From 31a76c0952b6f4d47893d13335a5e50e99fc95e2 Mon Sep 17 00:00:00 2001 From: k18700474961 Date: Wed, 6 Nov 2024 03:57:22 +0000 Subject: [PATCH] Fix date errors in the changelog Signed-off-by: k18700474961 --- pam_krb5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pam_krb5.spec b/pam_krb5.spec index aea78b2..26e506b 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,13 +65,16 @@ rm -f %{buildroot}/%{_libdir}/security/*.la %{_mandir}/man5/* %changelog +* Mon Nov 04 2024 kangjiangbo - 4.11-2 +- Fix date errors 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 -* May Jun 4 2021 panxiaohe - 2.4.13-13 +* Fri Jun 4 2021 panxiaohe - 2.4.13-13 - Add gcc to BuildRequires * Fri Sep 20 2019 openEuler Buildteam - 2.4.13-12 -- Gitee