rpms/kernel/devel kernel.spec,1.1525,1.1526

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


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31327

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/devel/kernel.spec,v
retrieving revision 1.1525
retrieving revision 1.1526
diff -u -r1.1525 -r1.1526
--- kernel.spec	21 Apr 2009 16:53:34 -0000	1.1525
+++ kernel.spec	21 Apr 2009 20:57:02 -0000	1.1526
@@ -1478,7 +1478,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
@@ -1817,6 +1817,9 @@
 #	                ||----w |
 #	                ||     ||
 %changelog
+* Tue Apr 21 2009 Chuck Ebbert <cebbert at redhat.com>
+- Don't include the modules.*.bin files in the RPM package.
+
 * Tue Apr 21 2009 Dave Jones <davej at redhat.com>
 - 2.6.30-rc2-git7
 




More information about the fedora-extras-commits mailing list