From 9d51ae8d05cdc5c36973fe178e8fdc492e66a15e Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 2 Sep 2022 09:59:47 +0800 Subject: [PATCH] Fix changelog to make it in descending chronological order --- createrepo_c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/createrepo_c.spec b/createrepo_c.spec index 0530680..057cb33 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -35,7 +35,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 0.16.0 -Release: 3 +Release: 4 License: GPLv2+ URL: https://github.com/rpm-software-management/createrepo_c Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -246,13 +246,16 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %endif %changelog +* Fri Sep 2 2022 panxiaohe - 0.16.0-4 +- Fix changelog to make it in descending chronological order + * Tue Nov 16 2021 wangqing - 0.16.0-3 - Compile with libmodulemd * Tue May 25 2021 yangzhuangzhuang - 0.16.0-2 - Deleted the use of Python2 to run testcases -* Mon Aug 3 2020 openEuler Buildteam - 0.16.0-1 +* Sat Aug 22 2020 openEuler Buildteam - 0.16.0-1 - Update software to v0.16.0 * Tue Aug 18 2020 chenyaqiang - 0.15.0-6 -- Gitee