From 7f79a9dfde66a92af00e15e695707c48c9c7fe4a Mon Sep 17 00:00:00 2001 From: ebasov Date: Tue, 3 Dec 2024 14:52:33 +0300 Subject: [PATCH] Fix Spec and mod-sign.sh --- SOURCES/mod-sign.sh | 2 +- SPECS/kernel-ml-6.12.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SOURCES/mod-sign.sh b/SOURCES/mod-sign.sh index c5f0c89..023f5d8 100755 --- a/SOURCES/mod-sign.sh +++ b/SOURCES/mod-sign.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/bash -x # The modules_sign target checks for corresponding .o files for every .ko that # is signed. This doesn't work for package builds which re-use the same build diff --git a/SPECS/kernel-ml-6.12.spec b/SPECS/kernel-ml-6.12.spec index 67df778..a4f81c8 100644 --- a/SPECS/kernel-ml-6.12.spec +++ b/SPECS/kernel-ml-6.12.spec @@ -1514,8 +1514,9 @@ fi %kernel_ml_variant_files %{_use_vdso} %{with_std} %changelog -* Tue Dec 3 2024 Eduard Basov - 6.12.1-1 +* Tue Dec 3 2024 Eduard Basov - 6.12.1-1.inferit - Rebuild for MSVSphere 9.5 +- Update to 6.12.1 * Fri Nov 22 2024 Akemi Yagi - 6.12.1-1 - Updated with the 6.12.1 source tarball.