[libvirt PATCH 1/2] rpm: Recommend passt-selinux

Andrea Bolognani abologna at redhat.com
Tue Mar 14 13:36:45 UTC 2023


Now that we have SELinux support for passt, we want things to
work out of the box and that requires having the passt-specific
SELinux bits installed.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 libvirt.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index e62534c31d..b3fbf188a3 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -765,6 +765,7 @@ Requires: numad
     %endif
     %if (0%{?fedora} >= 36) || (0%{?rhel} >= 9)
 Recommends: passt
+Recommends: passt-selinux
     %endif
 
 %description daemon-driver-qemu
-- 
2.39.2



More information about the libvir-list mailing list