summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opendkim.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/opendkim.spec b/opendkim.spec
index e3e5661..9dccfbc 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -21,9 +21,8 @@ Requires (pre): shadow-utils
BuildRequires: opendbx
%endif
-#Required for all but EL5
-%if (0%{?fedora} && 0%{?fedora} >= 18) || (0%{?rhel} && 0%{?rhel} >= 6)
-Requires (post): policycoreutils, policycoreutils-python
+%if 0%{?rhel} && 0%{?rhel} == 5
+Requires (post): policycoreutils
%endif
%if %systemd
@@ -478,6 +477,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
+* Fri Apr 03 2015 Steve Jenkins <steve@stevejenkins.com> - 2.10.1-10
+- policycoreutils now only required for EL5
+
* Thu Apr 02 2015 Steve Jenkins <steve@stevejenkins.com> - 2.10.1-9
- policycoreutils* now only required for Fedora and EL6+
- Added --with-obdx configure support for Fedora builds