- Add s390utils dep when on s390, since new-kernel-package needs it.
Resolves: rhbz#540565
This commit is contained in:
parent
4eebdab8bc
commit
b3b4435394
@ -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@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@redhat.com> - 7.0.9-1
|
||||
- Add support for dracut to installkernel (notting)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user