aboutgitcodebugslistschat
path: root/contrib
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-09-02 18:03:57 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-09-02 18:03:57 +0200
commit7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d (patch)
tree815f036eaba58b91ed6f1ddd1d2d406b3d3c7e47 /contrib
parent96dbaf4d963f4916645085c60bc399e10dc8ea3d (diff)
downloadpasst-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.tar
passt-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.tar.gz
passt-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.tar.bz2
passt-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.tar.lz
passt-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.tar.xz
passt-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.tar.zst
passt-7ce9fd165f4f0c85e13dcaf4ff97c53d34b4a51d.zip
fedora: Add selinux-policy Requires: tag2022_09_01.7ce9fd1
fedora-review says: Note: Directories without known owners: /usr/share/selinux/packages/passt, /usr/share/doc/passt, /usr/share/selinux, /usr/share/selinux/packages and selinux-policy owns those two last ones. While at it, split Requires: tags also for post and preun actions onto different lines, for consistency. Reported-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/passt.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec
index ca3e8b3..bd60650 100644
--- a/contrib/fedora/passt.spec
+++ b/contrib/fedora/passt.spec
@@ -35,8 +35,11 @@ requiring any capabilities or privileges.
BuildArch: noarch
Summary: SELinux support for passt and pasta
Requires: %{name} = %{version}-%{release}
-Requires(post): policycoreutils, %{name}
-Requires(preun): policycoreutils, %{name}
+Requires: selinux-policy
+Requires(post): %{name}
+Requires(post): policycoreutils
+Requires(preun): %{name}
+Requires(preun): policycoreutils
%description selinux
This package adds SELinux enforcement to passt(1) and pasta(1).