From 11904f7be241e015129355285ef2decf9d459611 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Thu, 15 Sep 2022 11:15:07 +0800 Subject: [PATCH] spec: rebuild Signed-off-by: Liwei Ge --- rpm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index c54b288..6c391bd 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %define _legacy_common_support 1 # build against xz? %bcond_without xz @@ -698,6 +698,9 @@ make check || cat tests/rpmtests.log %doc doc/librpm/html/* %changelog +* Thu Sep 15 2022 Liwei Ge - 4.14.3-23.0.2 +- Rebuild + * Wed May 18 2022 Liwei Ge - 4.14.3-23.0.1 - Rebrand for Anolis OS - Fix gcc10 -fno-common compile issue for compatible with gcc10 build -- Gitee