rpms/kernel/F-10 kernel.spec,1.1338,1.1339

Chuck Ebbert cebbert at fedoraproject.org
Tue Apr 21 20:45:40 UTC 2009


Author: cebbert

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

Modified Files:
	kernel.spec 
Log Message:
Don't include the modules.*.bin files in the RPM package.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -u -r1.1338 -r1.1339
--- kernel.spec	21 Apr 2009 10:46:43 -0000	1.1338
+++ kernel.spec	21 Apr 2009 20:45:08 -0000	1.1339
@@ -1604,7 +1604,7 @@
     rm -f modinfo modnames
 
     # remove files that will be auto generated by depmod at rpm -i time
-    for i in alias ccwmap dep ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols usbmap
+    for i in alias alias.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap
     do
       rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
     done
@@ -1928,6 +1928,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Apr 21 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.1-39
+- Don't include the modules.*.bin files in the RPM package.
+
 * Mon Apr 21 2009 Neil Horman <nhorman at redhat.com> 2.6.29.1-38
 - Reduce ftrace memory usage at boot (bz 481448) 
 




More information about the fedora-extras-commits mailing list