|
|
|
@ -707,6 +707,7 @@ popd > /dev/null
|
|
|
|
|
popd > /dev/null
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
|
|
%define __modsign_install_post %{nil}
|
|
|
|
|
%ifarch x86_64
|
|
|
|
@ -721,6 +722,12 @@ popd > /dev/null
|
|
|
|
|
if [ "%{signmodules}" -eq "1" ]; then \
|
|
|
|
|
if [ "%{with_std}" -ne "0" ]; then \
|
|
|
|
|
%{SOURCE21} %{__modsign_install_post_arch}/certs/signing_key.pem.sign %{__modsign_install_post_arch}/certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
|
|
|
|
|
=======
|
|
|
|
|
%define __modsign_install_post \
|
|
|
|
|
if [ "%{signmodules}" -eq "1" ]; then \
|
|
|
|
|
if [ "%{with_std}" -ne "0" ]; then \
|
|
|
|
|
%{SOURCE21} linux-%{version}-%{release}.x86_64/certs/signing_key.pem.sign linux-%{version}-%{release}.x86_64/certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
|
|
|
|
|
>>>>>>> parent of 48e6f06 (Adding a logical chain to define the architecture)
|
|
|
|
|
fi \
|
|
|
|
|
fi \
|
|
|
|
|
if [ "%{zipmodules}" -eq "1" ]; then \
|
|
|
|
|