From 7af9cd107f0a91ce1c2095f72a42473706c0e216 Mon Sep 17 00:00:00 2001 From: wjiang Date: Mon, 29 Sep 2025 11:51:48 +0800 Subject: [PATCH] fixed changelog parsing exception (cherry picked from commit 31ba358dc41e52ff2c58a366e8b7279e8bf4b5dc) --- mokutil.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mokutil.spec b/mokutil.spec index f4aeb8c..3441ede 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,6 +1,6 @@ Name: mokutil Version: 0.6.0 -Release: 3 +Release: 4 Epoch: 1 Summary: Tools for manipulating machine owner keys License: GPLv3+ @@ -63,6 +63,9 @@ make check %{_mandir}/man1/* %changelog +* Mon Sep 29 2025 wangjiang - 1:0.6.0-4 +- DESC: fixed changelog parsing exception + * Thu Jun 06 2024 fuanan - 1:0.6.0-3 - DESC: mokutil: Fix memory leak in export_db_keys @@ -73,8 +76,7 @@ make check - DESC: Update to 0.6.0 with latest bug fix * Fri Jul 30 2021 chenyanpanHW - 0.4.0-3 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git -git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Mon Jun 22 2020 openEuler Buildteam - 1:0.4.0-2 - fix build err of -Waddress-of-packed-member for gcc update to 9.3.1 -- Gitee