3
0
forked from pool/build-compare

Accepting request 39664 from openSUSE:Tools

checked in (request 39664)

OBS-URL: https://build.opensuse.org/request/show/39664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=59
This commit is contained in:
OBS User autobuild 2010-05-08 10:05:07 +00:00 committed by Git OBS Bridge
parent fcd059dc32
commit 115d462984
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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-`