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

View File

@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Summary: Build Result Compare Script
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare
Version: 20210811T224256.f313711
URL: https://github.com/openSUSE/build-compare
Version: 20210906T092724.c14c0a7
Release: 0
Source1: COPYING
Source2: same-build-result.sh
@ -30,8 +30,8 @@ Source4: functions.sh
Source5: srpm-check.sh
%if 0%{?suse_version}
Requires: bash
Requires: cpio
Requires: coreutils
Requires: cpio
Requires: diffutils
Requires: file
Requires: gawk
@ -47,7 +47,6 @@ BuildArch: noarch
This package contains scripts to find out if the build result differs
to a former build.
%prep
%setup -q -c -T

View File

@ -151,6 +151,7 @@ if test -n "$OTHERDIR"; then
/: W: python-bytecode-inconsistent-mtime /d
/: W: filename-too-long-for-joliet /d
/: 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
if ! cmp -s $file1 $file2; then
echo "rpmlint.log files differ:"