[kernel] remove modules.builtin.bin to prevent RPM verify errors (#650807)

Chuck Ebbert cebbert at fedoraproject.org
Mon Jan 10 13:15:06 UTC 2011


commit 482441b552e5984853ef8c4570d6cf3a914838b0
Author: Chuck Ebbert <cebbert at redhat.com>
Date:   Mon Jan 10 08:14:04 2011 -0500

    remove modules.builtin.bin to prevent RPM verify errors (#650807)

 kernel.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 510a596..bbe2789 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1610,7 +1610,7 @@ BuildKernel() {
     rm -f modinfo modnames
 
     # remove files that will be auto generated by depmod at rpm -i time
-    for i in alias alias.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap
+    for i in alias alias.bin builtin.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


More information about the scm-commits mailing list