|
|
|
@ -55,13 +55,6 @@
|
|
|
|
|
%global signmodules 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
### BCAT
|
|
|
|
|
# Further investigation is required before these features
|
|
|
|
|
# are enabled for the ELRepo Project kernels.
|
|
|
|
|
%global signkernel 0
|
|
|
|
|
%global signmodules 0
|
|
|
|
|
### BCAT
|
|
|
|
|
|
|
|
|
|
# Compress modules on all architectures that build modules.
|
|
|
|
|
%ifarch x86_64 || aarch64
|
|
|
|
|
%global zipmodules 1
|
|
|
|
@ -712,7 +705,7 @@ popd > /dev/null
|
|
|
|
|
%define __modsign_install_post \
|
|
|
|
|
if [ "%{signmodules}" -eq "1" ]; then \
|
|
|
|
|
if [ "%{with_std}" -ne "0" ]; then \
|
|
|
|
|
%{SOURCE21} certs/signing_key.pem.sign certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
|
|
|
|
|
%{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}/ \
|
|
|
|
|
fi \
|
|
|
|
|
fi \
|
|
|
|
|
if [ "%{zipmodules}" -eq "1" ]; then \
|
|
|
|
@ -1489,9 +1482,6 @@ fi
|
|
|
|
|
%kernel_lt_variant_files %{_use_vdso} %{with_std}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 12 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 6.1.62-1R.inferit
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Sun Nov 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.1.62-1.inferit
|
|
|
|
|
- Apply MSVSphere certs
|
|
|
|
|
|
|
|
|
|