mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
kbuild: rpm-pkg: ghost modules.weakdep file
In the same way as for other similar files, mark as ghost the new file generated by depmod for configured weak dependencies for modules, modules.weakdep, so that although it is not included in the package, claim the ownership on it. Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
ba6c664081
commit
d01c14074b
@ -74,7 +74,7 @@ ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEA
|
|||||||
echo "/lib/modules/%{KERNELRELEASE}"
|
echo "/lib/modules/%{KERNELRELEASE}"
|
||||||
|
|
||||||
for x in alias alias.bin builtin.alias.bin builtin.bin dep dep.bin \
|
for x in alias alias.bin builtin.alias.bin builtin.bin dep dep.bin \
|
||||||
devname softdep symbols symbols.bin; do
|
devname softdep symbols symbols.bin weakdep; do
|
||||||
echo "%ghost /lib/modules/%{KERNELRELEASE}/modules.${x}"
|
echo "%ghost /lib/modules/%{KERNELRELEASE}/modules.${x}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user