summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2011-01-10 08:14:04 -0500
committerChuck Ebbert <cebbert@redhat.com>2011-01-10 08:14:04 -0500
commit482441b552e5984853ef8c4570d6cf3a914838b0 (patch)
treee8d7d6507cec1f022e84f7688c88eb31c23846bb
parente2a5d65ab5e655ed3e59540459868b6f7a67f8fa (diff)
downloadkernel-482441b552e5984853ef8c4570d6cf3a914838b0.tar.gz
kernel-482441b552e5984853ef8c4570d6cf3a914838b0.tar.xz
kernel-482441b552e5984853ef8c4570d6cf3a914838b0.zip
remove modules.builtin.bin to prevent RPM verify errors (#650807)
-rw-r--r--kernel.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 510a5964e..bbe27896e 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