From 0a1e9ccc6ccd1bf907ee7413f31f00f067eeaaf5 Mon Sep 17 00:00:00 2001 From: yunjia_w Date: Thu, 28 Sep 2023 11:00:47 +0800 Subject: [PATCH] sync release number Signed-off-by: yunjia_w --- shadow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shadow.spec b/shadow.spec index 967dab7..a03b108 100644 --- a/shadow.spec +++ b/shadow.spec @@ -1,6 +1,6 @@ Name: shadow Version: 4.8.1 -Release: 8 +Release: 9 Epoch: 2 License: BSD and GPLv2+ Summary: Tools for managing accounts and shadow password files @@ -176,6 +176,9 @@ done %{_mandir}/*/* %changelog +* Thu Sep 28 2023 wangyunjia - 2:4.8.1-9 +- sync release number + * Wed Sep 20 2023 wangyunjia - 2:4.8.1-8 - fix CVE-2023-4641 -- Gitee