From 1d156469527b7f2a6799227ff25c38dbc14151c4 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Tue, 1 Jul 2025 08:59:11 +0000 Subject: [PATCH] delete macros in changelog (cherry picked from commit 68a18e6df391fcbb1539ef26a024d408007e0145) --- sg3_utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index 101381c..ea132e5 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.48 -Release: 1 +Release: 2 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 @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Tue Jul 01 2025 wangxiao - 1.48-2 +- delete macros in changelog + * Fri Oct 27 2023 Paul Thomas - 1.48-1 - update to version 1.48 @@ -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