mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-07-31 01:44:05 +02:00
Merge pull request #10 from PaulSzymanski/bugfix/selinux-dependency-6625
Fix selinux dependency on Fedora
This commit is contained in:
commit
bd9262e210
@ -260,8 +260,14 @@ BuildRequires: checkpolicy
|
||||
BuildRequires: hardlink
|
||||
BuildRequires: selinux-policy-devel
|
||||
Requires: %{name}-bin = %{version}-%{release}
|
||||
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8
|
||||
Requires(post): policycoreutils-python-utils
|
||||
Requires(postun): policycoreutils-python-utils
|
||||
%else
|
||||
Requires(post): policycoreutils-python
|
||||
Requires(postun): policycoreutils-python
|
||||
%endif
|
||||
|
||||
|
||||
%description selinux
|
||||
SELinux policy module supporting icinga2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user