3
0
forked from pool/build-compare

Updating link to change in openSUSE:Factory/build-compare revision 26.0

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=b29a421f1292028f164e39b77cfc96b7
This commit is contained in:
OBS User buildservice-autocommit 2010-05-08 10:05:08 +00:00 committed by Git OBS Bridge
parent 115d462984
commit e7bd1a65e8
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

@ -24,7 +24,7 @@ Group: Development/Tools/Building
AutoReqProv: on
Summary: Build Result Compare Script
Version: 2009.10.14
Release: 7
Release: 8
Source: same-build-result.sh
Source1: rpm-check.sh
Source2: COPYING

View File

@ -410,6 +410,13 @@ 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-`