Skip to content
Snippets Groups Projects
Unverified Commit bd9262e2 authored by Markus Frosch's avatar Markus Frosch Committed by GitHub
Browse files

Merge pull request #10 from PaulSzymanski/bugfix/selinux-dependency-6625

Fix selinux dependency on Fedora
parents 670895bc 1acfe8af
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment