diff --git a/grubby.spec b/grubby.spec index 1f07ffb..180a10f 100644 --- a/grubby.spec +++ b/grubby.spec @@ -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 - 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 - 7.0.9-1 - Add support for dracut to installkernel (notting)