diff options
author | stevejenkins <steve@stevejenkins.com> | 2015-04-03 15:57:28 -0700 |
---|---|---|
committer | stevejenkins <steve@stevejenkins.com> | 2015-04-03 15:57:28 -0700 |
commit | 0f425dd89b310c9f5cb2ee3f49d93e328c3a0f41 (patch) | |
tree | eb710ae4b3ef7b7514f8eb4ef0748d94ebd5d3e8 /opendkim.spec | |
parent | b30456a57b0abb19d5f120a283f4ff92831ad12d (diff) | |
download | opendkim_EL6-0f425dd89b310c9f5cb2ee3f49d93e328c3a0f41.tar.gz |
Update to 2.10.1-10
Diffstat (limited to 'opendkim.spec')
-rw-r--r-- | opendkim.spec | 8 |
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 |