From bd6fd92b76d379808b11e25e3ffccfb9ea6ce885 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 24 Jan 2011 15:03:16 +0100 Subject: [PATCH] add BR utils-linux-ng for getopt --- grubby.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/grubby.spec b/grubby.spec index e6e3b77..6303ed1 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 7.0.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base License: GPLv2+ @@ -12,6 +12,8 @@ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig glib2-devel popt-devel BuildRequires: libblkid-devel +# for make test / getopt: +BuildRequires: util-linux-ng %ifarch s390 s390x Requires: s390utils-base %endif @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 24 2011 Karsten Hopp 7.0.16-2 +- add BR utils-linux-ng for getopt + * Tue Jul 13 2010 Brian C. Lane - 7.0.16-1 - Update to 7.0.16 - Add patch to check the return value of getuuidbydev