From 115d4629846c2fd8660fc53a88da04dc1c3a62efb01834e3b77ff757e913b1a9 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 8 May 2010 10:05:07 +0000 Subject: [PATCH] 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 --- build-compare.changes | 5 ----- rpm-check.sh | 7 ------- 2 files changed, 12 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 64c1f20..2744b71 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -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 diff --git a/rpm-check.sh b/rpm-check.sh index 9e66725..6ad4816 100644 --- a/rpm-check.sh +++ b/rpm-check.sh @@ -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-`