From 50023cb5c64287786df12dbd1f7d2afc15b94a27 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 14 Mar 2023 10:41:46 +0100 Subject: [PATCH] rpm: Recommend passt-selinux 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 Reviewed-by: Laine Stump --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index cdca418401..dae9c87aa4 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