summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index ab67d792..d2e48330 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1784,7 +1784,7 @@ BuildKernel() {
popd
# remove files that will be auto generated by depmod at rpm -i time
- for i in alias alias.bin builtin.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 devname softdep
do
rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
done
@@ -2290,6 +2290,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Jun 04 2012 Josh Boyer <jwboyer@redhat.com>
+- Remove modules.{devname,softdep} to prevent RPM verify errors (rhbz 650807)
+
* Sun Jun 03 2012 Josh Boyer <jwboyer@redhat.com> - 3.5.0-0.rc1.git0.1
- Linux v3.5-rc1
- Disable debugging options.