3
0
forked from pool/build-compare

Accepting request 20943 from home:a_jaeger:branches:openSUSE:Factory

Copy from home:a_jaeger:branches:openSUSE:Factory/build-compare via accept of submit request 20943 revision 12.
Request was accepted with message:
.

OBS-URL: https://build.opensuse.org/request/show/20943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=36
This commit is contained in:
Ruediger Oertel 2009-09-23 15:21:47 +00:00 committed by Git OBS Bridge
parent 45c78acc6d
commit 06a0db6e59
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 23 15:17:49 UTC 2009 - aj@suse.de
- Handle noarch subpackage in sort correctly.
-------------------------------------------------------------------
Tue Aug 25 10:28:17 CEST 2009 - mls@suse.de

View File

@ -51,7 +51,7 @@ bash $CMPSCRIPT "$osrpm" "$nsrpm" || exit 1
# technically we should not all exclude all -32bit but filter for different archs, but it would be better
# if this script ran earlier in the build
OLDRPMS=($(find "$OLDDIR" -name \*rpm -a ! -name \*src.rpm|sort|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm|sort|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm|sort --field-separator=/ --key=7|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
rpmqp='rpm -qp --qf %{NAME} --nodigest --nosignature '
for opac in ${OLDRPMS[*]}; do