Skip to content
Snippets Groups Projects
Commit e88afa88 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import imports/r9/kernel-mainline-6.5.12-1202311221815.el9.kernel

parent 71d302c1
No related branches found
No related merge requests found
......@@ -27,7 +27,7 @@
%global LKAver 6.5.12
# Define the buildid, if required.
%global buildid 202311211509
%global buildid 202311221815
# Determine the sublevel number and set pkg_version.
%define sublevel %(echo %{LKAver} | %{__awk} -F\. '{ print $3 }')
......@@ -702,6 +702,7 @@ popd > /dev/null
%install
%define __modsign_install_post \
pushd linux-%{KVERREL} > /dev/null \
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}/ \
......@@ -1484,6 +1485,6 @@ fi
%changelog
* Tue Nov 21 2023 Mustafa Gezen - 6.5.12-202311211509
* Wed Nov 22 2023 Mustafa Gezen - 6.5.12-202311221815
- Rebase to 6.5.12
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment