From e7bd1a65e83121fa72c85057eae3cdc709afb6c41fc7f7f43762e59d0b2ce7bd Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 8 May 2010 10:05:08 +0000 Subject: [PATCH] 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 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- rpm-check.sh | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/build-compare.changes b/build-compare.changes index 2744b71..64c1f20 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -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 diff --git a/build-compare.spec b/build-compare.spec index 3b78c7b..c5248bb 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -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 diff --git a/rpm-check.sh b/rpm-check.sh index 6ad4816..9e66725 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -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-`