rpms/grubby/devel grubby.spec,1.11,1.12

Peter Jones pjones at fedoraproject.org
Tue Nov 24 15:34:17 UTC 2009


Author: pjones

Update of /cvs/extras/rpms/grubby/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20576

Modified Files:
	grubby.spec 
Log Message:
* Tue Nov 24 2009 Peter Jones <pjones at redhat.com> - 7.0.9-2
- Add s390utils dep when on s390, since new-kernel-package needs it.
  Resolves: rhbz#540565



Index: grubby.spec
===================================================================
RCS file: /cvs/extras/rpms/grubby/devel/grubby.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- grubby.spec	30 Oct 2009 18:15:53 -0000	1.11
+++ grubby.spec	24 Nov 2009 15:34:17 -0000	1.12
@@ -1,6 +1,6 @@
 Name: grubby
 Version: 7.0.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Command line tool for updating bootloader configs
 Group: System Environment/Base
 License: GPLv2+
@@ -12,6 +12,9 @@ Source0: %{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pkgconfig glib2-devel popt-devel 
 BuildRequires: libblkid-devel
+%ifarch s390 s390x
+Requires: s390utils
+%endif
 
 %description
 grubby  is  a command line tool for updating and displaying information about 
@@ -49,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 24 2009 Peter Jones <pjones at redhat.com> - 7.0.9-2
+- Add s390utils dep when on s390, since new-kernel-package needs it.
+  Resolves: rhbz#540565
+
 * Fri Oct 30 2009 Peter Jones <pjones at redhat.com> - 7.0.9-1
 - Add support for dracut to installkernel (notting)
 




More information about the fedora-extras-commits mailing list