From 22eaa38fc2d839b001014ce5b22e7b937996e0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Mon, 17 Jun 2024 02:15:49 +0000 Subject: [PATCH] fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- libcgroup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcgroup.spec b/libcgroup.spec index aceaf88..7bfd4be 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -142,13 +142,13 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog -* Tue Oct 24 wanfeng - 0.42.2-4 +* Tue Oct 24 2023 wanfeng - 0.42.2-4 - Type:bugfix - CVE:NA - SUG:NA - DESC:modify the mode of read rules for pam_cgroup -* Thu Nov 3 wuzx - 0.42.2-3 +* Thu Nov 3 2022 wuzx - 0.42.2-3 - Type:feature - CVE:NA - SUG:NA -- Gitee