From cb4d5a8b7b8fe36f4e2d2f9423846b8abe3fdde7 Mon Sep 17 00:00:00 2001 From: hdliu Date: Mon, 25 Aug 2025 11:25:53 +0800 Subject: [PATCH] Fix the viewing anomaly of the changelog caused by the %autosetup macro Signed-off-by: hdliu (cherry picked from commit b7c1a6c175aec5fcda7bbbb42f4b3a1de93b632b) --- pykickstart.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index e598b13..55076b8 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Name: pykickstart Version: 3.48 -Release: 2 +Release: 3 Summary: Python utilities for manipulating kickstart files. License: GPL-2.0-only and MIT Url: https://fedoraproject.org/wiki/pykickstart @@ -77,6 +77,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Mon Aug 25 2025 hdliu - 3.48-3 +- Fix the viewing anomaly of the changelog caused by the autosetup macro + * Sun Aug 03 2025 Funda Wang - 3.48-2 - cleanup buildrequires @@ -93,7 +96,7 @@ make PYTHON=%{__python3} test - update version to 3.34 * Fri Jul 30 2021 chenyanpanHW - 3.30-2 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from prep phase in autosetup, and delete BuildRequires git * Tue Jan 26 2021 zoulin - 3.30-1 - update version to 3.30 -- Gitee