From 91c24cd44aba5f73872cc1dac265d15d44c4a950 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 26 Oct 2022 11:29:50 +0800 Subject: [PATCH] fix release with anolis_release --- libedit.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libedit.spec b/libedit.spec index 31ccdfc..ea601d7 100644 --- a/libedit.spec +++ b/libedit.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global snap 20210910 %global dir_snap 20210910 @@ -6,7 +6,7 @@ Summary: The NetBSD Editline library Name: libedit Version: 3.1 -Release: %{snap}cvs%{?dist} +Release: %{snap}cvs.%{anolis_release}%{?dist} License: BSD URL: https://www.thrysoee.dk/editline/ Source0: https://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz @@ -87,11 +87,14 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/history.3* %{_includedir}/editline/readline.h %changelog -* Tue Oct 25 2022 mgb01105731 - 3.1-20210910-3 +* Wed Oct 26 2022 mgb01105731 - 3.1-20210910.4 +- fix release with anolis_release + +* Tue Oct 25 2022 mgb01105731 - 3.1-20210910.3 - optimise spec file -* Sun Oct 09 2022 mgb01105731 - 3.1-20210910-2 +* Sun Oct 09 2022 mgb01105731 - 3.1-20210910.2 - add doc package -* Tue Mar 08 2022 pangqing - 3.1-20210910-1 +* Tue Mar 08 2022 pangqing - 3.1-20210910.1 - Init for anolisOS 23 -- Gitee