From 4d91bd6e19d307c8fb550a2c594efc4f10a8f4e6 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Tue, 1 Nov 2022 09:51:13 +0800 Subject: [PATCH] Remove macros in spec file's changelog These macros such as %autosetup would be expanded while executing rpm -q --changelog lsscsi which makes the output a mess. So we need remove these macros in changelog. Signed-off-by: Wenchao Hao (cherry picked from commit 4427abe611ccb0392d50045c411571f969bbc8f6) --- lsscsi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lsscsi.spec b/lsscsi.spec index 83e1786..06abf28 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,6 +1,6 @@ Name: lsscsi Version: 0.30 -Release: 4 +Release: 5 Summary: The lsscsi command lists information about SCSI devices in Linux. License: GPLv2+ URL: http://sg.danny.cz/scsi/lsscsi.html @@ -46,11 +46,14 @@ Man pages and other related documents for %{name}. %changelog +* Tue Nov 1 2022 Wenchao Hao - 0.30-5 +- Remove macros in changelog + * Mon Aug 2 2021 Wenchao Hao - 0.30-4 - DESC: fix incorrect output of wwn number when execute "lsscsi -w" * Fri Jul 30 2021 chenyanpanHW - 0.30-3 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Thu Aug 29 2019 openEuler Buildteam - 0.30-2 - Package init -- Gitee