Move the depmod file removal below the compat-wireless build to make sure we
clean them all out
This commit is contained in:
parent
8f76b141c9
commit
e0bcc4d228
19
kernel.spec
19
kernel.spec
@ -54,7 +54,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 3
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -1909,12 +1909,6 @@ BuildKernel() {
|
|||||||
|
|
||||||
rm -f modinfo modnames
|
rm -f modinfo modnames
|
||||||
|
|
||||||
# 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
|
|
||||||
do
|
|
||||||
rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
|
|
||||||
done
|
|
||||||
|
|
||||||
# Move the devel headers out of the root file system
|
# Move the devel headers out of the root file system
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
|
mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
|
||||||
mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
|
mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
|
||||||
@ -1938,6 +1932,13 @@ BuildKernel() {
|
|||||||
cd -
|
cd -
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# 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
|
||||||
|
do
|
||||||
|
rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
|
||||||
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
@ -2384,6 +2385,10 @@ fi
|
|||||||
# and build.
|
# and build.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 05 2012 Josh Boyer <jwboyer@redhat.com>
|
||||||
|
- Move the depmod file removal below the compat-wireless build to make sure we
|
||||||
|
clean them all out
|
||||||
|
|
||||||
* Wed Jan 04 2012 Neil Horman <nhorman@redhat.com>
|
* Wed Jan 04 2012 Neil Horman <nhorman@redhat.com>
|
||||||
- Fix warning about msi sysfs refcount (bz 771058)
|
- Fix warning about msi sysfs refcount (bz 771058)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user