From 0a664eee4620f6289fc7cf5f8f38529ea4b432bc Mon Sep 17 00:00:00 2001 From: zhengxiaoxiaoGitee Date: Tue, 16 Sep 2025 11:22:29 +0800 Subject: [PATCH] Upgrading the version number resolves the downgrade issue. (cherry picked from commit b099039502545de0dc74b8edbfeac540dc95803d) --- shadow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shadow.spec b/shadow.spec index c1b5f57..79fb865 100644 --- a/shadow.spec +++ b/shadow.spec @@ -1,6 +1,6 @@ Name: shadow Version: 4.14.3 -Release: 7 +Release: 8 Epoch: 2 License: BSD and GPLv2+ Summary: Tools for managing accounts and shadow password files @@ -201,6 +201,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libsubid.{la,a} %{_mandir}/*/* %changelog +* Tue Sep 16 2025 zhengxiaoxiaoGitee - 2:4.14.3-8 +- Upgrading the version number resolves the downgrade issue. + * Tue Mar 11 2025 yixiangzhike - 2:4.14.3-7 - backport patches from upstream -- Gitee