rpms/kernel/devel kernel-2.6.spec,1.2695,1.2696

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 25 21:04:16 UTC 2006


Author: jwilson

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18994

Modified Files:
	kernel-2.6.spec 
Log Message:
- Make kernel packages own initrd images



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2695
retrieving revision 1.2696
diff -u -r1.2695 -r1.2696
--- kernel-2.6.spec	25 Sep 2006 15:39:56 -0000	1.2695
+++ kernel-2.6.spec	25 Sep 2006 21:04:13 -0000	1.2696
@@ -1279,6 +1279,7 @@
     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
+    touch $RPM_BUILD_ROOT/boot/initrd-$KernelVer.img
     cp $KernelImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
     if [ -f arch/$Arch/boot/zImage.stub ]; then
       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
@@ -1796,7 +1797,7 @@
 /lib/modules/%{KVERREL}/extra
 /lib/modules/%{KVERREL}/updates
 /lib/modules/%{KVERREL}/weak-updates
-#%ghost /boot/initrd-%{KVERREL}.img
+%ghost /boot/initrd-%{KVERREL}.img
 
 %files devel
 %defattr(-,root,root)
@@ -1825,7 +1826,7 @@
 /lib/modules/%{KVERREL}PAE/extra
 /lib/modules/%{KVERREL}PAE/updates
 /lib/modules/%{KVERREL}PAE/weak-updates
-#%ghost /boot/initrd-%{KVERREL}PAE.img
+%ghost /boot/initrd-%{KVERREL}PAE.img
 
 %files PAE-devel
 %defattr(-,root,root)
@@ -1849,7 +1850,7 @@
 /lib/modules/%{KVERREL}smp/extra
 /lib/modules/%{KVERREL}smp/updates
 /lib/modules/%{KVERREL}smp/weak-updates
-#%ghost /boot/initrd-%{KVERREL}smp.img
+%ghost /boot/initrd-%{KVERREL}smp.img
 
 %files smp-devel
 %defattr(-,root,root)
@@ -1877,7 +1878,7 @@
 /lib/modules/%{KVERREL}xen/extra
 /lib/modules/%{KVERREL}xen/updates
 /lib/modules/%{KVERREL}xen/weak-updates
-#%ghost /boot/initrd-%{KVERREL}xen.img
+%ghost /boot/initrd-%{KVERREL}xen.img
 
 %files xen-devel
 %defattr(-,root,root)
@@ -1904,7 +1905,7 @@
 /lib/modules/%{KVERREL}kdump/extra
 /lib/modules/%{KVERREL}kdump/updates
 /lib/modules/%{KVERREL}kdump/weak-updates
-#%ghost /boot/initrd-%{KVERREL}kdump.img
+%ghost /boot/initrd-%{KVERREL}kdump.img
 
 %files kdump-devel
 %defattr(-,root,root)
@@ -1923,6 +1924,9 @@
 %endif
 
 %changelog
+* Mon Sep 25 2006 Jarod Wilson <jwilson at redhat.com>
+- Make kernel packages own initrd files
+
 * Mon Sep 25 2006 John W. Linville <linville at redhat.com>
 - Add periodic work fix for bcm43xx driver
 




More information about the fedora-cvs-commits mailing list