Dominique Leuenberger 2021-09-06 08:44:23 +00:00 committed by Git OBS Bridge
parent 12dacfd2b5
commit 6855de7c23
3 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 6 07:15:06 UTC 2021 - bwiedemann@suse.de
- Drop another duration from rpmlint.log
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 11 20:30:40 UTC 2021 - olaf@aepfle.de Wed Aug 11 20:30:40 UTC 2021 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package build-compare # spec file for package build-compare
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,16 +12,16 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: build-compare Name: build-compare
Summary: Build Result Compare Script Summary: Build Result Compare Script
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Development/Tools/Building Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare URL: https://github.com/openSUSE/build-compare
Version: 20210811T224256.f313711 Version: 20210906T092724.c14c0a7
Release: 0 Release: 0
Source1: COPYING Source1: COPYING
Source2: same-build-result.sh Source2: same-build-result.sh
@ -30,8 +30,8 @@ Source4: functions.sh
Source5: srpm-check.sh Source5: srpm-check.sh
%if 0%{?suse_version} %if 0%{?suse_version}
Requires: bash Requires: bash
Requires: cpio
Requires: coreutils Requires: coreutils
Requires: cpio
Requires: diffutils Requires: diffutils
Requires: file Requires: file
Requires: gawk Requires: gawk
@ -47,7 +47,6 @@ BuildArch: noarch
This package contains scripts to find out if the build result differs This package contains scripts to find out if the build result differs
to a former build. to a former build.
%prep %prep
%setup -q -c -T %setup -q -c -T

View File

@ -151,6 +151,7 @@ if test -n "$OTHERDIR"; then
/: W: python-bytecode-inconsistent-mtime /d /: W: python-bytecode-inconsistent-mtime /d
/: W: filename-too-long-for-joliet /d /: W: filename-too-long-for-joliet /d
/: I: \(filelist-initialization\|check-completed\) /s| [0-9]\+\.[0-9] s| x.x s| /: I: \(filelist-initialization\|check-completed\) /s| [0-9]\+\.[0-9] s| x.x s|
/specfiles checked;/s| [0-9]\+\.[0-9] s$| x.x s|
" $file1 $file2 " $file1 $file2
if ! cmp -s $file1 $file2; then if ! cmp -s $file1 $file2; then
echo "rpmlint.log files differ:" echo "rpmlint.log files differ:"