forked from pool/build-compare
- Correct regex for hostname in libtool (bnc#916268)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=166
This commit is contained in:
parent
72c12e67f0
commit
cd9b71cb67
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user