diff --git a/fetch-crl.spec b/fetch-crl.spec index cfa4c30..502e298 100644 --- a/fetch-crl.spec +++ b/fetch-crl.spec @@ -4,7 +4,7 @@ Name: fetch-crl Version: 3.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Downloads Certificate Revocation Lists Group: Applications/System @@ -22,6 +22,13 @@ Requires: wget Requires(post): chkconfig Requires(preun): chkconfig +# To ease EPEL5 -> EPEL6 migration obsolete +# the no longer needed fetch-crl3 package. +%if %{?rhel}%{!?rhel:0} == 6 +Provides: fetch-crl3 +Obsoletes: fetch-crl3 +%endif + %description This tool and associated cron entry ensure that Certificate Revocation Lists (CRLs) are periodically retrieved from the web sites of the respective @@ -102,6 +109,9 @@ fi %changelog +* Thu Oct 14 2010 Steve Traylen - 3.0.4-2 +- For EPEL6 obsolete EPEL5's fetch-crl3 package. + * Thu Oct 14 2010 Steve Traylen - 3.0.4-1 - New upstream 3.0.4 - Add empty directory /etc/fetch-crl.d since this is now supported.