rpms/kernel-xen-2.6/devel kernel-xen.spec,1.50,1.51

Eduardo Habkost (ehabkost) fedora-extras-commits at redhat.com
Thu Sep 6 16:42:20 UTC 2007


Author: ehabkost

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11028

Modified Files:
	kernel-xen.spec 
Log Message:
Include modules.block and modules.networking on the package (bug #280731)



Index: kernel-xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/kernel-xen.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- kernel-xen.spec	30 Aug 2007 22:14:44 -0000	1.50
+++ kernel-xen.spec	6 Sep 2007 16:41:47 -0000	1.51
@@ -1648,7 +1648,10 @@
     rm -f modinfo
     rm -f modnames
     # remove files that will be auto generated by depmod at rpm -i time
-    rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
+    for i in alias ccwmap dep ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols usbmap
+    do
+        rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
+    done
 
     # Move the devel headers out of the root file system
     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
@@ -2023,6 +2026,8 @@
 /lib/modules/%{KVERREL}/extra
 /lib/modules/%{KVERREL}/updates
 /lib/modules/%{KVERREL}/weak-updates
+/lib/modules/%{KVERREL}/modules.block
+/lib/modules/%{KVERREL}/modules.networking
 %ghost /boot/initrd-%{KVERREL}.img
 
 %files devel
@@ -2071,6 +2076,8 @@
 /lib/modules/%{KVERREL}debug/extra
 /lib/modules/%{KVERREL}debug/updates
 /lib/modules/%{KVERREL}debug/weak-updates
+/lib/modules/%{KVERREL}debug/modules.block
+/lib/modules/%{KVERREL}debug/modules.networking
 %ghost /boot/initrd-%{KVERREL}debug.img
 
 %package debug-devel
@@ -2123,6 +2130,8 @@
 /lib/modules/%{KVERREL}PAE/extra
 /lib/modules/%{KVERREL}PAE/updates
 /lib/modules/%{KVERREL}PAE/weak-updates
+/lib/modules/%{KVERREL}PAE/modules.block
+/lib/modules/%{KVERREL}PAE/modules.networking
 %ghost /boot/initrd-%{KVERREL}PAE.img
 
 %files PAE-devel
@@ -2163,6 +2172,8 @@
 /lib/modules/%{KVERREL}PAE-debug/extra
 /lib/modules/%{KVERREL}PAE-debug/updates
 /lib/modules/%{KVERREL}PAE-debug/weak-updates
+/lib/modules/%{KVERREL}PAE-debug/modules.block
+/lib/modules/%{KVERREL}PAE-debug/modules.networking
 %ghost /boot/initrd-%{KVERREL}PAE-debug.img
 
 %package PAE-debug-devel
@@ -2216,6 +2227,8 @@
 /lib/modules/%{KVERREL}smp/extra
 /lib/modules/%{KVERREL}smp/updates
 /lib/modules/%{KVERREL}smp/weak-updates
+/lib/modules/%{KVERREL}smp/modules.block
+/lib/modules/%{KVERREL}smp/modules.networking
 %ghost /boot/initrd-%{KVERREL}smp.img
 
 %files smp-devel
@@ -2264,6 +2277,8 @@
 /lib/modules/%{KVERREL}xen/extra
 /lib/modules/%{KVERREL}xen/updates
 /lib/modules/%{KVERREL}xen/weak-updates
+/lib/modules/%{KVERREL}xen/modules.block
+/lib/modules/%{KVERREL}xen/modules.networking
 %ghost /boot/initrd-%{KVERREL}xen.img
 
 %files -n kernel-xen-devel
@@ -2307,6 +2322,8 @@
 /lib/modules/%{KVERREL}kdump/extra
 /lib/modules/%{KVERREL}kdump/updates
 /lib/modules/%{KVERREL}kdump/weak-updates
+/lib/modules/%{KVERREL}kdump/modules.block
+/lib/modules/%{KVERREL}kdump/modules.networking
 %ghost /boot/initrd-%{KVERREL}kdump.img
 
 %files kdump-devel
@@ -2332,6 +2349,9 @@
 #  - tux.
 
 %changelog
+* Thu Sep 06 2007 Eduardo Habkost <ehabkost at redhat.com>
+- Include modules.block and modules.networking on the package (bug #280731)
+
 * Thu Aug 30 2007 Eduardo Habkost <ehabkost at redhat.com>
 - Provides: xen-hypervisor-abi = 3.1 (bug #269581)
 




More information about the fedora-extras-commits mailing list