3
0
forked from pool/build-compare

Accepting request 76056 from openSUSE:Tools

forwarding dirks fix (fixed)

OBS-URL: https://build.opensuse.org/request/show/76056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=53
This commit is contained in:
Sascha Peilicke 2011-07-12 10:04:48 +00:00 committed by Git OBS Bridge
commit 17d2dd78b7
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 11 13:58:52 CEST 2011 - dmueller@suse.de
- also compare fileclass
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 20 18:29:57 UTC 2011 - aj@suse.de Fri May 20 18:29:57 UTC 2011 - aj@suse.de

View File

@ -38,7 +38,6 @@ This package contains scripts to find out if the build result differs
to a former build. to a former build.
%prep %prep
mkdir $RPM_BUILD_DIR/%name-%version mkdir $RPM_BUILD_DIR/%name-%version
%setup -T 0 -D %setup -T 0 -D

View File

@ -110,9 +110,9 @@ function cmp_spec ()
# differ, depending on which file system the package was built. To not # differ, depending on which file system the package was built. To not
# have to filter out directories we simply ignore all sizes. # have to filter out directories we simply ignore all sizes.
# Also leave out FILEDEVICES, FILEINODES (depends on the build host), # Also leave out FILEDEVICES, FILEINODES (depends on the build host),
# FILECOLORS, FILECLASS (???), FILEDEPENDSX and FILEDEPENDSN. # FILECOLORS, FILEDEPENDSX and FILEDEPENDSN.
# Also FILELANGS (or?) # Also FILELANGS (or?)
QF="[%{FILENAMES} %{FILEFLAGS} %{FILESTATES} %{FILEMODES:octal} %{FILEUSERNAME} %{FILEGROUPNAME} %{FILERDEVS} %{FILEVERIFYFLAGS} %{FILELINKTOS}\n]\\n" QF="[%{FILENAMES} %{FILEFLAGS} %{FILESTATES} %{FILECLASS} %{FILEMODES:octal} %{FILEUSERNAME} %{FILEGROUPNAME} %{FILERDEVS} %{FILEVERIFYFLAGS} %{FILELINKTOS}\n]\\n"
# ??? what to do with FILEPROVIDE and FILEREQUIRE? # ??? what to do with FILEPROVIDE and FILEREQUIRE?
check_header $oldrpm > $file1 check_header $oldrpm > $file1