Skip to content

Commit

Permalink
[selinux] fix distro condition for policycoreutils-python
Browse files Browse the repository at this point in the history
  • Loading branch information
clime committed Aug 7, 2018
1 parent ab2f412 commit 12c2a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selinux/copr-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BuildRequires: checkpolicy, selinux-policy-devel
BuildRequires: policycoreutils
BuildRequires: perl
Requires(post): policycoreutils, libselinux-utils
%if 0%{?rhel} <= 7
%if 0%{?rhel} && 0%{?rhel} <= 7
Requires(post): policycoreutils-python
%else
Requires(post): policycoreutils-python-utils
Expand Down

0 comments on commit 12c2a7c

Please sign in to comment.