rpms/kernel/F-11 kernel.spec,1.1788,1.1789

Chuck Ebbert cebbert at fedoraproject.org
Tue Jan 5 12:25:19 UTC 2010


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8972

Modified Files:
	kernel.spec 
Log Message:
Switch back to mkinitrd since F-11 doesn't have dracut.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1788
retrieving revision 1.1789
diff -u -p -r1.1788 -r1.1789
--- kernel.spec	5 Jan 2010 11:33:59 -0000	1.1788
+++ kernel.spec	5 Jan 2010 12:25:18 -0000	1.1789
@@ -100,8 +100,10 @@ Summary: The Linux kernel
 %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
 # Want to build a the vsdo directories installed
 %define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
+
 # Use dracut instead of mkinitrd for initrd image generation
-%define with_dracut       %{?_without_dracut:       0} %{?!_without_dracut:       1}
+# ...F-11 does not have dracut
+%define with_dracut 0
 
 # Build the kernel-doc package, but don't fail the build if it botches.
 # Here "true" means "continue" and "false" means "fail the build".
@@ -1995,6 +1997,9 @@ fi
 # and build.
 
 %changelog
+* Tue Jan 05 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.32.2-4
+- Switch back to mkinitrd since F-11 doesn't have dracut.
+
 * Tue Jan 05 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.32.2-3
 - Run 'make release', fix up tracing options to match what shipped.
 




More information about the fedora-extras-commits mailing list