From 2f423f2b74afcd57ecbb53703a7ed6955b1a288b Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 8 Jan 2025 14:20:36 +0800 Subject: [PATCH] to #13131 (bugzilla) delete kernel-6 info in repo file Project: #N/A Signed-off-by: mgb01105731 mgb01105731@alibaba-inc.com --- AnolisOS-Debuginfo.repo | 7 ------- AnolisOS-Source.repo | 7 ------- AnolisOS.repo | 7 ------- anolis-release.spec | 8 +++++++- 4 files changed, 7 insertions(+), 22 deletions(-) diff --git a/AnolisOS-Debuginfo.repo b/AnolisOS-Debuginfo.repo index 8408bf0..e60f5cb 100644 --- a/AnolisOS-Debuginfo.repo +++ b/AnolisOS-Debuginfo.repo @@ -11,10 +11,3 @@ baseurl=https://mirrors.openanolis.cn/anolis/$releasever/updates/$basearch/debug enabled=0 gpgkey=https://mirrors.openanolis.cn/anolis/RPM-GPG-KEY-ANOLIS gpgcheck=1 - -[kernel-6-debuginfo] -name=AnolisOS-$releasever - kernel-6 Debuginfo -baseurl=https://mirrors.openanolis.cn/anolis/$releasever/kernel-6/$basearch/debug -enabled=0 -gpgkey=https://mirrors.openanolis.cn/anolis/RPM-GPG-KEY-ANOLIS -gpgcheck=1 diff --git a/AnolisOS-Source.repo b/AnolisOS-Source.repo index 79e8668..3a1aab2 100644 --- a/AnolisOS-Source.repo +++ b/AnolisOS-Source.repo @@ -11,10 +11,3 @@ baseurl=https://mirrors.openanolis.cn/anolis/$releasever/updates/source/ enabled=0 gpgkey=https://mirrors.openanolis.cn/anolis/RPM-GPG-KEY-ANOLIS gpgcheck=1 - -[kernel-source] -name=AnolisOS-$releasever - kernel-6 Source -baseurl=https://mirrors.openanolis.cn/anolis/$releasever/kernel-6/source/ -enabled=0 -gpgkey=https://mirrors.openanolis.cn/anolis/RPM-GPG-KEY-ANOLIS -gpgcheck=1 diff --git a/AnolisOS.repo b/AnolisOS.repo index 0df1cef..37a55ba 100644 --- a/AnolisOS.repo +++ b/AnolisOS.repo @@ -11,10 +11,3 @@ baseurl=http://mirrors.openanolis.cn/anolis/$releasever/updates/$basearch/os enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS gpgcheck=1 - -[kernel-6] -name=AnolisOS-$releasever - kernel-6 -baseurl=http://mirrors.openanolis.cn/anolis/$releasever/kernel-6/$basearch/os -enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS -gpgcheck=1 diff --git a/anolis-release.spec b/anolis-release.spec index 2285c2d..deda0f7 100644 --- a/anolis-release.spec +++ b/anolis-release.spec @@ -1,4 +1,4 @@ -%define anolis_release 11 +%define anolis_release 12 %define debug_package %{nil} %define product_family Anolis OS %define base_release_version 23 @@ -149,6 +149,12 @@ rm -rf %{buildroot} /etc/pki/rpm-gpg/ %changelog +* Wed Jan 08 2024 mgb01105731 - 23-12 +- to #13131 (bugzilla) +- delete kernel-6 info in repo file +- Project: #N/A +- Signed-off-by: mgb01105731 mgb01105731@alibaba-inc.com + * Wed Nov 06 2024 mgb01105731 - 23-11 - change full_release_version to 23.2 -- Gitee