From c3bc3416ddd0dc53d2e93937b0bdd5d46635a638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Tue, 18 Jun 2024 05:28:30 +0000 Subject: [PATCH] fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- pam_krb5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_krb5.spec b/pam_krb5.spec index c17ae17..a10fb11 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -49,7 +49,7 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' %{buildroot}/%{_mandir}/man*/pam_krb5*.8* %{_mandir}/*/* %changelog -* 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