diff --git a/.cvsignore b/.cvsignore index d50ce65..0bfb1f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fetch-crl-2.8.3.tar.gz +fetch-crl-2.8.4.tar.gz diff --git a/fetch-crl-syntax-randomwait.patch b/fetch-crl-syntax-randomwait.patch deleted file mode 100644 index 702dd6d..0000000 --- a/fetch-crl-syntax-randomwait.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr fetch-crl-2.8.3.ORIG/edg-fetch-crl fetch-crl-2.8.3/edg-fetch-crl ---- fetch-crl-2.8.3.ORIG/edg-fetch-crl 2010-04-05 19:12:49.000000000 +0200 -+++ fetch-crl-2.8.3/edg-fetch-crl 2010-04-05 19:13:23.000000000 +0200 -@@ -589,7 +589,7 @@ - # - # Sleep for a random wait within a maximum if requested. - # --if [ "X${RandomWait}" != "X" -a ${RandomWait} -ne 0 ] ; then -+if [ "X${RandomWait}" != "X" ] && [ ${RandomWait} -ne 0 ] ; then - timeStamp=`${date} +%Y%m%dT%H%M%S%z` - PrintInformation "Sleeping CRL retrieval process at ${timeStamp} for up to ${RandomWait} minutes" - sleep `expr ${RANDOM:-0} % \( ${RandomWait} \* 60 \)` diff --git a/fetch-crl.spec b/fetch-crl.spec index d0fece7..8d26f16 100644 --- a/fetch-crl.spec +++ b/fetch-crl.spec @@ -3,8 +3,8 @@ %endif Name: fetch-crl -Version: 2.8.3 -Release: 2%{?dist} +Version: 2.8.4 +Release: 1%{?dist} Summary: Downloads Certificate Revocation Lists Group: Applications/System @@ -12,10 +12,6 @@ License: EU Datagrid URL: https://dist.eugridpma.info/distribution/util/%{name} Source: https://dist.eugridpma.info/distribution/util/%{name}/%{name}-%{version}.tar.gz -# basic shell syntax bug. -#https://bugzilla.redhat.com/show_bug.cgi?id=579488 -Patch0: fetch-crl-syntax-randomwait.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -33,7 +29,6 @@ It assumes that the installed CA files follow the hash.crl_url convention. %prep %setup -q -%patch0 -p1 %build @@ -83,6 +78,9 @@ fi %changelog +* Sun Apr 5 2010 Steve Traylen - 2.8.4-1 +- New upstream 2.8.4. + Remove patch fetch-crl-syntax-randomwait * Sun Apr 5 2010 Steve Traylen - 2.8.3-2 - Add patch fetch-crl-syntax-randomwait https://bugzilla.redhat.com/show_bug.cgi?id=579488 diff --git a/sources b/sources index 6ae5f96..289038e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -711d8a55ed6808ada71372dac3de6579 fetch-crl-2.8.3.tar.gz +b27391a02f08759021473c2cf2453b66 fetch-crl-2.8.4.tar.gz