Remove modules.{devname,softdep} to prevent RPM verify errors (rhbz 650807)

This commit is contained in:
Josh Boyer 2012-06-04 11:30:25 -04:00
parent 60d4b44553
commit 035f913c7c
1 changed files with 4 additions and 1 deletions

View File

@ -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.