[grubby] add BR utils-linux-ng for getopt

Karsten Hopp karsten at fedoraproject.org
Mon Jan 24 14:03:34 UTC 2011


commit bd6fd92b76d379808b11e25e3ffccfb9ea6ce885
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Jan 24 15:03:16 2011 +0100

    add BR utils-linux-ng for getopt

 grubby.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <karsten at redhat.com> 7.0.16-2
+- add BR utils-linux-ng for getopt
+
 * Tue Jul 13 2010 Brian C. Lane <bcl at redhat.com> - 7.0.16-1
 - Update to 7.0.16
 - Add patch to check the return value of getuuidbydev


More information about the scm-commits mailing list