From 0f425dd89b310c9f5cb2ee3f49d93e328c3a0f41 Mon Sep 17 00:00:00 2001 From: stevejenkins Date: Fri, 3 Apr 2015 15:57:28 -0700 Subject: Update to 2.10.1-10 --- opendkim.spec | 8 +++++--- 1 file 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 - 2.10.1-10 +- policycoreutils now only required for EL5 + * Thu Apr 02 2015 Steve Jenkins - 2.10.1-9 - policycoreutils* now only required for Fedora and EL6+ - Added --with-obdx configure support for Fedora builds -- cgit