Accepting request 39663 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/build-compare via accept of submit request 39663 revision 74. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/39663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=58
This commit is contained in:
parent
c2d7a428dc
commit
fcd059dc32
@ -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
|
||||
|
||||
|
@ -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-`
|
||||
|
Loading…
Reference in New Issue
Block a user