forked from pool/build-compare
- the buildroot lost awk, add used utilities to Requires
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=209
This commit is contained in:
parent
82d3060d19
commit
a0a7653793
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 6 07:06:58 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
- the buildroot lost awk, add used utilities to Requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 18:00:40 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
|
@ -16,20 +16,30 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 20160323T093838.30201bd
|
||||
%define version_unconverted 20160406T090755.b2a1cb1
|
||||
|
||||
Name: build-compare
|
||||
Summary: Build Result Compare Script
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/build-compare
|
||||
Version: 20160323T093838.30201bd
|
||||
Version: 20160406T090755.b2a1cb1
|
||||
Release: 0
|
||||
Source1: COPYING
|
||||
Source2: same-build-result.sh
|
||||
Source3: pkg-diff.sh
|
||||
Source4: functions.sh
|
||||
Source5: srpm-check.sh
|
||||
%if 0%{suse_version}
|
||||
Requires: bash
|
||||
Requires: coreutils
|
||||
Requires: diffutils
|
||||
Requires: file
|
||||
Requires: gawk
|
||||
Requires: grep
|
||||
Requires: rpm
|
||||
Requires: sed
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
#!BuildIgnore: build-compare
|
||||
|
Loading…
Reference in New Issue
Block a user