From 21f57cbf98c3db05a4e04cd7ff71182f16337d1b Mon Sep 17 00:00:00 2001 From: ckji Date: Wed, 19 Apr 2023 12:17:29 +0800 Subject: [PATCH] fix bogus date in %changelog --- libcgroup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcgroup.spec b/libcgroup.spec index 5f0ab3e..f7201bf 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -5,7 +5,7 @@ Summary: Libcgroup is a library that abstracts the control group file system in Linux Name: libcgroup Version: 2.0.3 -Release: 1 +Release: 2 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -129,13 +129,16 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog +* Wed Apr 19 2023 jichengke - 2.0.3-2 +- modify bogus date in changelog + * Thu Feb 9 2023 hanchao - 2.0.3-1 - Type: upgrade - Id:NA - SUG:NA - DESC:update release version to v2.0.3 -* Thu Nov 3 wuzx - 0.42.2-3 +* Thu Nov 3 2022 wuzx - 0.42.2-3 - Type:feature - CVE:NA - SUG:NA -- Gitee