fedora: Add selinux-policy Requires: tag
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>
This commit is contained in:
parent
96dbaf4d96
commit
7ce9fd165f
1 changed files with 5 additions and 2 deletions
|
@ -35,8 +35,11 @@ requiring any capabilities or privileges.
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: SELinux support for passt and pasta
|
Summary: SELinux support for passt and pasta
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires(post): policycoreutils, %{name}
|
Requires: selinux-policy
|
||||||
Requires(preun): policycoreutils, %{name}
|
Requires(post): %{name}
|
||||||
|
Requires(post): policycoreutils
|
||||||
|
Requires(preun): %{name}
|
||||||
|
Requires(preun): policycoreutils
|
||||||
|
|
||||||
%description selinux
|
%description selinux
|
||||||
This package adds SELinux enforcement to passt(1) and pasta(1).
|
This package adds SELinux enforcement to passt(1) and pasta(1).
|
||||||
|
|
Loading…
Reference in a new issue