From 8cbd651ad3e1e3c9e37bba1923e44026996690a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E9=A6=99=E8=8F=9C=E8=81=94=E7=9B=9F?= Date: Wed, 23 Apr 2025 09:44:36 +0000 Subject: [PATCH] Fix wrong changlong version at 4.14.3-32.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 不吃香菜联盟 --- rpm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 39a233c..031fc71 100644 --- a/rpm.spec +++ b/rpm.spec @@ -756,7 +756,7 @@ rpm -q rpm 2>&1 | grep bdb && rpmdb --rebuilddb %doc doc/librpm/html/* %changelog -* Tue Dec 24 2024 Liwei Ge - 4.14.4-32.0.1 +* Tue Dec 24 2024 Liwei Ge - 4.14.3-32.0.1 - Rebrand for Anolis OS - Fix gcc10 -fno-common compile issue for compatible with gcc10 build - Support loongarch for rpm -- Gitee