remove modules.builtin.bin to prevent RPM verify errors (#650807)
This commit is contained in:
parent
e2a5d65ab5
commit
482441b552
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user