- Upgrade plymouth to Requires(pre) to make it show up before kernel
This commit is contained in:
parent
b78d1fe109
commit
f756b79f6a
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 002
|
Version: 002
|
||||||
Release: 15%{?rdist}
|
Release: 16%{?rdist}
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -39,13 +39,14 @@ Requires: fileutils, gzip, tar
|
|||||||
Requires: lvm2 >= 2.02.33-9, dhclient
|
Requires: lvm2 >= 2.02.33-9, dhclient
|
||||||
Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.63-1
|
Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.63-1
|
||||||
Requires: e2fsprogs >= 1.38-12, libselinux, libsepol, coreutils
|
Requires: e2fsprogs >= 1.38-12, libselinux, libsepol, coreutils
|
||||||
Requires: mdadm, elfutils-libelf, plymouth >= 0.7.0
|
Requires: mdadm, elfutils-libelf
|
||||||
Requires: cryptsetup-luks
|
Requires: cryptsetup-luks
|
||||||
Requires: file
|
Requires: file
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: dmraid
|
Requires: dmraid
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
Requires: plymouth-scripts
|
Requires: plymouth-scripts
|
||||||
|
Requires(pre): plymouth >= 0.7.0
|
||||||
|
|
||||||
%if ! 0%{?with_switch_root}
|
%if ! 0%{?with_switch_root}
|
||||||
Requires: util-linux-ng >= 2.16
|
Requires: util-linux-ng >= 2.16
|
||||||
@ -187,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/lib/dracut/overlay
|
%dir /var/lib/dracut/overlay
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 09 2009 Jesse Keating <jkeating@redhat.com> - 002-16
|
||||||
|
- Upgrade plymouth to Requires(pre) to make it show up before kernel
|
||||||
|
|
||||||
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
|
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
|
||||||
- s390 ccw: s/layer1/layer2/g
|
- s390 ccw: s/layer1/layer2/g
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user