diff --git a/build-compare.changes b/build-compare.changes index 64c1f20..2744b71 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri May 7 13:05:57 UTC 2010 - aj@suse.de - -- Handle sendmail .cf files. - ------------------------------------------------------------------- Tue Mar 23 13:37:47 UTC 2010 - aj@suse.de diff --git a/rpm-check.sh b/rpm-check.sh index 9e66725..6ad4816 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -410,13 +410,6 @@ check_single_file() sed -i -e 's|^# Libtool was configured on host [a-z0-9]*:$|Libtool was configured on host x42:|' $f done ;; - /etc/mail/*cf) - # 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 - done - ;; esac ftype=`/usr/bin/file old/$file | cut -d: -f2-`