From 5689ad0f1e1b64a6fa19942fc98ef3da4fadf84d Mon Sep 17 00:00:00 2001 From: laokz Date: Fri, 27 Sep 2024 17:24:54 +0800 Subject: [PATCH] haoc-kernel.spec: Remove arches from ExclusiveArchs Removed arches have no HAOC patches. It is desirable to disable build on these arches. --- haoc-kernel.spec | 7 +++++-- kernel.spec | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/haoc-kernel.spec b/haoc-kernel.spec index 27d305c0..7657c34e 100644 --- a/haoc-kernel.spec +++ b/haoc-kernel.spec @@ -42,7 +42,7 @@ rm -f test_openEuler_sign.ko test_openEuler_sign.ko.sig %global upstream_sublevel 0 %global devel_release 27 %global maintenance_release .0.0 -%global pkg_release .32 +%global pkg_release .33 %global openeuler_lts 1 %global openeuler_major 2403 @@ -166,7 +166,7 @@ Provides: kernel-uname-r = %{KernelVer} kernel=%{KernelVer} Requires: dracut >= 001-7 grubby >= 8.28-2 initscripts >= 8.11.1-1 linux-firmware >= 20100806-2 module-init-tools >= 3.16-2 -ExclusiveArch: noarch aarch64 i686 x86_64 riscv64 ppc64le loongarch64 +ExclusiveArch: noarch aarch64 ExclusiveOS: Linux %if %{with_perf} @@ -1083,6 +1083,9 @@ fi %endif %changelog +* Fri Sep 27 2024 laokz - 6.6.0-27.0.0.33 +- SPEC: remove arches from ExclusiveArchs which having no HAOC patches + * Thu May 23 2024 Liu Zhehui - 6.6.0-27.0.0.32 - update HAOC patch and spec for 6.6.0-27.0.0 * Sat May 18 2024 ZhangPeng - 6.6.0-27.0.0.31 diff --git a/kernel.spec b/kernel.spec index c811bdbd..1ae28900 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,7 @@ rm -f test_openEuler_sign.ko test_openEuler_sign.ko.sig %global upstream_sublevel 0 %global devel_release 44 %global maintenance_release .0.0 -%global pkg_release .50 +%global pkg_release .51 %global openeuler_lts 1 %global openeuler_major 2403 @@ -1089,6 +1089,9 @@ fi %endif %changelog +* Fri Sep 27 2024 laokz - 6.6.0-44.0.0.51 +- haoc-kernel.spec: remove arches from ExclusiveArchs which having no HAOC patches + * Wed Sep 25 2024 ZhangPeng - 6.6.0-44.0.0.50 - !11769 tools: move alignment-related macros to new - tools: move alignment-related macros to new -- Gitee