Fix logical chain

i9
ebasov 3 weeks ago
parent 48e6f0621a
commit 2bba6885d7
Signed by: ebasov
GPG Key ID: 3DE9E7A44B2D38F6

@ -719,9 +719,9 @@ if [ "%{zipmodules}" -eq "1" ]; then \
find $RPM_BUILD_ROOT/lib/modules/ -name '*.ko' -type f | xargs --no-run-if-empty -P%{zcpu} xz \
fi \
%{nil}
%endif
%else
%ifarch aarch64
%define __modsign_install_post \
if [ "%{signmodules}" -eq "1" ]; then \
if [ "%{with_std}" -ne "0" ]; then \
@ -732,7 +732,7 @@ if [ "%{zipmodules}" -eq "1" ]; then \
find $RPM_BUILD_ROOT/lib/modules/ -name '*.ko' -type f | xargs --no-run-if-empty -P%{zcpu} xz \
fi \
%{nil}
%endif
#
# Ensure modules are signed *after* all invocations of

Loading…
Cancel
Save