From a0a7653793bc364d260bfc3b0148ea0ee10c1529489a04f6cf1ba9f7c2064fc3 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 6 Apr 2016 07:12:31 +0000 Subject: [PATCH] - 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 --- build-compare.changes | 5 +++++ build-compare.spec | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/build-compare.changes b/build-compare.changes index 83f134e..83bca0d 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -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 diff --git a/build-compare.spec b/build-compare.spec index 8e16b82..c9ccc78 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -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