diff --git a/build-compare.changes b/build-compare.changes index ac52bbd..c124762 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Dec 13 12:59:16 UTC 2009 - aj@suse.de - -- Handle libtool writing the hostname - ------------------------------------------------------------------- Wed Nov 18 06:48:27 UTC 2009 - aj@suse.de diff --git a/rpm-check.sh b/rpm-check.sh index 98b103d..4a5b92e 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -398,11 +398,6 @@ check_single_file() sed -i -e 's|(format=[a-z]*tex 20..\.[0-9]*\.[0-9]*)|(format=luatex 2009.1.1)|' $f done ;; - */libtool) - for f in old/$file new/$file; do - sed -i -e 's|^# Libtool was configured on host [a-z0-9]*:$|Libtool was configured on host x42:|' $f - done - ;; esac ftype=`/usr/bin/file old/$file | cut -d: -f2-`