From 4b64168c8f2b77ce163e3692b05e96538c66fe60 Mon Sep 17 00:00:00 2001 From: jin Date: Wed, 27 Aug 2025 17:57:27 +0800 Subject: [PATCH] fix macro error in the changelog --- pam_krb5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pam_krb5.spec b/pam_krb5.spec index aea78b2..94149f2 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -1,6 +1,6 @@ Name: pam_krb5 Version: 4.11 -Release: 1 +Release: 2 Summary: A Pluggable Authentication Module for Kerberos 5 License: MIT and BSD Group: System/Libraries @@ -65,11 +65,14 @@ rm -f %{buildroot}/%{_libdir}/security/*.la %{_mandir}/man5/* %changelog +* Wed Aug 27 2025 jinshuaiyu - 4.11-2 +- fix macro error in the changelog + * Tue Apr 18 2023 chenchen - 4.11-1 - Update to 4.11. * Fri Jul 30 2021 chenyanpanHW - 2.4.13-14 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * May Jun 4 2021 panxiaohe - 2.4.13-13 - Add gcc to BuildRequires -- Gitee