From ef20db8573e631dc93f00e6ab8acc9eade85346a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Wed, 21 Aug 2024 05:35:22 +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: 张少宁 --- pesign.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pesign.spec b/pesign.spec index d61ec78..79c84fc 100644 --- a/pesign.spec +++ b/pesign.spec @@ -2,7 +2,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 0.113 -Release: 8 +Release: 9 License: GPLv2 URL: https://github.com/vathpela/pesign Source0: https://github.com/rhboot/pesign/archive/113.tar.gz @@ -98,6 +98,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Wed Aug 21 2024 zhangshaoning - 0.113-9 +- Fix bad date in changelog + * Mon May 06 2024 xu_ping <707078654@qq.com> - 0.113-8 - Remove unused i option in authvar @@ -107,7 +110,7 @@ exit 0 * Tue Feb 14 2023 luopihui - 0.113-6 - Fix CVE-2022-3560 -* Sat July 31 2021 Shenmei Tu - 0.113-5 +* Sat Jul 31 2021 Shenmei Tu - 0.113-5 - remove-superfluous-type-settings.patch * Mon May 31 2021 huanghaitao - 0.113-4 -- Gitee