Moving a variable

i9-ispras-fuzzing-kmsan
ebasov 1 month ago
parent 3e0dffb6c6
commit 1f1d11101d
Signed by: ebasov
GPG Key ID: 23356EDA24E5499D

@ -1271,12 +1271,13 @@ fi \
# Ensure modules are signed *after* all invocations of
# strip have occured, which are in __os_install_post.
#
pushd linux-%{KVERREL}${Variant:+-${Variant}} > /dev/null
%define __spec_install_post \
%{__arch_install_post}\
%{__os_install_post}\
%{__modsign_install_post}
pushd linux-%{KVERREL} > /dev/null
# We estimate the size of the initramfs because rpm needs to take this size
# into consideration when performing disk space calculations. (See bz #530778)

Loading…
Cancel
Save