diff --git a/build-compare.changes b/build-compare.changes index 64c1f20..8d066e9 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 8 19:41:30 UTC 2010 - aj@suse.de + +- Fix typo in last change - thanks Dirk Müller. + ------------------------------------------------------------------- Fri May 7 13:05:57 UTC 2010 - aj@suse.de diff --git a/build-compare.spec b/build-compare.spec index c5248bb..76620c3 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -24,7 +24,7 @@ Group: Development/Tools/Building AutoReqProv: on Summary: Build Result Compare Script Version: 2009.10.14 -Release: 8 +Release: 9 Source: same-build-result.sh Source1: rpm-check.sh Source2: COPYING diff --git a/rpm-check.sh b/rpm-check.sh index 9e66725..6e7a2a9 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -414,7 +414,7 @@ check_single_file() # from sendmail package for f in old/$file new/$file; do # - ##### built by abuild@build33 on Thu May 6 11:21:17 UTC 2010 - sed -i -e 's|built by abuild@[a-z0-0]* on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild@build42 on Thu May 6 11:21:17 UTC 2010|'; $f + sed -i -e 's|built by abuild@[a-z0-9]* on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] .* 20[0-9][0-9]|built by abuild@build42 on Thu May 6 11:21:17 UTC 2010|'; $f done ;; esac