From a2b99fc8f37ec563b72ec4bfe87264dc5f49a7da Mon Sep 17 00:00:00 2001 From: workingwei Date: Thu, 30 Oct 2025 15:22:26 +0800 Subject: [PATCH] delete macros in changelog (cherry picked from commit 23f69924e48573bf1f4455bc3ac145ca84ee4f2f) --- sg3_utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index 1dd3372..72155fe 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.46 -Release: 8 +Release: 9 Summary: Utilities that send SCSI commands to devices. License: GPL-2.0-or-later AND BSD URL: http://sg.danny.cz/sg/sg3_utils.html @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Thu Oct 30 2025 weishuaihao - 1.46-9 +- delete macros in changelog + * Fri Nov 4 2022 volcanodragon - 1.46-8 - backport speed multipath scan patches from mainline @@ -111,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la - solve coredump problem * Sat Jul 31 2021 chenyanpanHW - 1.45-4 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Tue Nov 10 2020 haowenchao - 1.45-3 - Fix grammar problems caused by patch -- Gitee