fedora: Use full versioning for SELinux subpackage Requires: tag
...as recommended in: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package Reported-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
7e6617d227
commit
345192ad84
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ requiring any capabilities or privileges.
|
||||||
%package selinux
|
%package selinux
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: SELinux support for passt and pasta
|
Summary: SELinux support for passt and pasta
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires(post): policycoreutils, %{name}
|
Requires(post): policycoreutils, %{name}
|
||||||
Requires(preun): policycoreutils, %{name}
|
Requires(preun): policycoreutils, %{name}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue