From 82aaebc5cc0dcf4453b11f5da90f988b9ccb80dc Mon Sep 17 00:00:00 2001 From: chendexi Date: Tue, 12 Dec 2023 09:57:08 +0800 Subject: [PATCH] Remove useless commands to fix compilation issues (cherry picked from commit 1c88b12bcb4375d0c207a455cde44d3af9dad09e) --- kernel-nestos.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel-nestos.spec b/kernel-nestos.spec index fe0cb69..7e7cc0a 100644 --- a/kernel-nestos.spec +++ b/kernel-nestos.spec @@ -13,7 +13,7 @@ %global upstream_sublevel 0 %global devel_release 172 %global maintenance_release .1 -%global pkg_release .0 +%global pkg_release .1 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -608,7 +608,6 @@ popd if [ "%{with_signmodules}" -eq "1" ];then \ cp certs/signing_key.pem . \ cp certs/signing_key.x509 . \ - chmod 0755 %{modsign_cmd} \ %{modsign_cmd} $RPM_BUILD_ROOT/lib/modules/%{KernelVer} || exit 1 \ fi \ find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -n1 -P`nproc --all` xz; \ @@ -977,3 +976,8 @@ fi %endif %changelog +* Tue Dec 12 2023 chendexi - 5.10.0-172.1.1 +- Remove useless commands to fix compilation issues + +* Wed Dec 06 2023 wenzhiwei - 5.10.0-172.1.0 +- Package init -- Gitee