Add modules.weakdep support
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
2d4b295a03
commit
1719f01813
@ -2793,7 +2793,7 @@ BuildKernel() {
|
||||
# in case below list needs to be extended, remember to add a
|
||||
# matching ghost entry in the files section as well
|
||||
rm -f modules.{alias,alias.bin,builtin.alias.bin,builtin.bin} \
|
||||
modules.{dep,dep.bin,devname,softdep,symbols,symbols.bin}
|
||||
modules.{dep,dep.bin,devname,softdep,symbols,symbols.bin, weakdep}
|
||||
popd
|
||||
}
|
||||
|
||||
@ -3991,6 +3991,7 @@ fi\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.softdep\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.symbols\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.symbols.bin\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.weakdep\
|
||||
%{expand:%%files -f kernel-%{?3:%{3}-}modules.list %{?3:%{3}-}modules}\
|
||||
%{expand:%%files %{?3:%{3}-}devel}\
|
||||
%defverify(not mtime)\
|
||||
|
Loading…
Reference in New Issue
Block a user