mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
remove dep on mkinitrd
This commit is contained in:
parent
ce2cd08a17
commit
a736a84c2b
1 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.97.1
|
Version: 1.97.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
@ -41,8 +41,8 @@ BuildRequires: /usr/lib/crt1.o glibc-static
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
|
|
||||||
# grubby
|
# grubby
|
||||||
Requires(pre): mkinitrd dracut
|
Requires(pre): dracut
|
||||||
Requires(post): mkinitrd dracut
|
Requires(post): dracut
|
||||||
|
|
||||||
# TODO: ppc
|
# TODO: ppc
|
||||||
ExclusiveArch: %{ix86} x86_64 %{sparc}
|
ExclusiveArch: %{ix86} x86_64 %{sparc}
|
||||||
|
@ -204,6 +204,9 @@ exec >/dev/null 2>&1
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 20 2010 Dennis Gilmore <dennis@ausil.us> - 1:1.97.1-5
|
||||||
|
- drop requires on mkinitrd
|
||||||
|
|
||||||
* Tue Dec 01 2009 Dennis Gilmore <dennis@ausil.us> - 1:1.97.1-4
|
* Tue Dec 01 2009 Dennis Gilmore <dennis@ausil.us> - 1:1.97.1-4
|
||||||
- add patch so that grub2 finds fedora's initramfs
|
- add patch so that grub2 finds fedora's initramfs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue