Skip to content
Snippets Groups Projects
Commit c8007aa6 authored by Paul Szymanski's avatar Paul Szymanski
Browse files

Fix selinux dependency on Fedora

On Fedora semanage is provided by policycoreutils-python-utils.

refs #6625
parent 670895bc
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}
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