diff options
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index 44b9e88a..c84b7e86 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -85,7 +85,9 @@ Requires: python-krbV Requires: acl Requires: python-pyasn1 >= 0.0.9a Requires: libcap -%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 +%{?fc12:Requires: selinux-policy >= 3.6.32-123} +%{?fc13:Requires: selinux-policy >= 3.7.19-40} +%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6 Requires: selinux-policy %endif Requires(post): selinux-policy-base |