From ffed278394ff31e9d5a8de97d55bf5d9e4defc54 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 5685afa42373be1e7f1e83b6c4c442cfae2a9c59) --- lsscsi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lsscsi.spec b/lsscsi.spec index 29136ad..9406f24 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,6 +1,6 @@ Name: lsscsi Version: 0.32 -Release: 1 +Release: 2 Summary: The lsscsi command lists information about SCSI devices in Linux. License: GPLv2+ URL: http://sg.danny.cz/scsi/lsscsi.html @@ -45,6 +45,9 @@ Man pages and other related documents for %{name}. %changelog +* Tue Nov 1 2022 Wenchao Hao - 0.32-2 +- Remove macros in changelog + * Thu Nov 18 2021 Wenchao Hao - 0.32-1 - Update to lsscsi-0.32 @@ -52,7 +55,7 @@ Man pages and other related documents for %{name}. - 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