From 3b461efcf5672b4799af3149396861d4007a1e2d Mon Sep 17 00:00:00 2001 From: zhaosai Date: Thu, 28 Aug 2025 09:41:24 +0800 Subject: [PATCH] Fix changelog error (cherry picked from commit 64658ccecc076178c1f1eea886f05fc45165af66) --- sudo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sudo.spec b/sudo.spec index 2f08eda..6f29c22 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,6 +1,6 @@ Name: sudo Version: 1.9.16p2 -Release: 3 +Release: 4 Summary: Allows restricted root access for specified users License: ISC URL: https://www.sudo.ws @@ -153,6 +153,9 @@ rm -f %{buildroot}%{_pkgdocdir}/ChangeLog %doc plugins/sample/sample_plugin.c %changelog +* Thu Aug 28 2025 zhaosai - 1.9.16p2-4 +- Fix changelog error + * Tue Jul 1 2025 xuce - 1.9.16p2-3 - Fix CVE-2025-32463 @@ -214,7 +217,7 @@ rm -f %{buildroot}%{_pkgdocdir}/ChangeLog - DESC: treat stack exhaustion like memory allocation failure * Fri Jul 30 2021 chenyanpanHW - 1.9.5p2-2 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Wed Jul 7 2021 panxiaohe - 1.9.5p2-1 - Update to 1.9.5p2 -- Gitee