diff --git a/build-compare.changes b/build-compare.changes index d36ff52..e375ad8 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -4,6 +4,7 @@ Wed Feb 4 15:53:05 UTC 2015 - olaf@aepfle.de - 2015.02.04 - Handle ruby gem files, they are tar archives (bnc#916047) - Remove Creator: and CreationDate: tags from .ps files (bnc#915952) +- Correct regex for hostname in libtool (bnc#916268) ------------------------------------------------------------------- Tue Feb 3 11:34:39 UTC 2015 - olaf@aepfle.de diff --git a/rpm-check.sh b/rpm-check.sh index 83b0570..9c6cf93 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -491,7 +491,7 @@ check_single_file() ;; */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 + sed -i -e 's|^# Libtool was configured on host [A-Za-z0-9]*:$|# Libtool was configured on host x42:|' $f done ;; /etc/mail/*cf|/etc/sendmail.cf)