mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-24 02:52:55 +00:00
More verbosity
This commit is contained in:
parent
7dd0d4da5b
commit
974fbb224c
1 changed files with 9 additions and 5 deletions
14
kernel.spec
14
kernel.spec
|
@ -914,8 +914,11 @@ find . -name '.get_maintainer.ignore' | %kxargs rm -f
|
||||||
# to give the content of keys from RAM when a virtual address of a key file
|
# to give the content of keys from RAM when a virtual address of a key file
|
||||||
# is accessed, but currently I don't know how to implement this (TODO: ).
|
# is accessed, but currently I don't know how to implement this (TODO: ).
|
||||||
_cleanup(){
|
_cleanup(){
|
||||||
rm -fvr "%{certs_dir_rnd}"
|
# Show resulting kernel public keys for debugging
|
||||||
|
cat "%{src_dir}/%{certs_dir_rnd}/x509_certificate_list" || :
|
||||||
|
rm -fvr "%{src_dir}/%{certs_dir_rnd}"
|
||||||
%if %{with uml}
|
%if %{with uml}
|
||||||
|
cat "%{src_dir}.uml/%{certs_dir_rnd}/x509_certificate_list" || :
|
||||||
rm -fvr "%{src_dir}.uml/%{certs_dir_rnd}"
|
rm -fvr "%{src_dir}.uml/%{certs_dir_rnd}"
|
||||||
%endif
|
%endif
|
||||||
}
|
}
|
||||||
|
@ -1139,10 +1142,11 @@ rm -rf %{temp_devel_root}/include/soc
|
||||||
|
|
||||||
# Clean the scripts tree, and make sure everything is ok (sanity check)
|
# Clean the scripts tree, and make sure everything is ok (sanity check)
|
||||||
# running prepare+scripts (tree was already "prepared" in build)
|
# running prepare+scripts (tree was already "prepared" in build)
|
||||||
pushd %{temp_devel_root} >/dev/null
|
pushd %{temp_devel_root}
|
||||||
%smake -s prepare scripts
|
%smake V=1 -s prepare
|
||||||
%smake -s clean
|
%smake V=1 -s scripts
|
||||||
popd >/dev/null
|
%smake V=1 -s clean
|
||||||
|
popd
|
||||||
rm -f %{temp_devel_root}/.config.old
|
rm -f %{temp_devel_root}/.config.old
|
||||||
|
|
||||||
# fix permissions
|
# fix permissions
|
||||||
|
|
Loading…
Add table
Reference in a new issue