From a69abfa9df18bb76b6ccb98caa103795abc5d083 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:28 +0100 Subject: [PATCH] Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- perl-Params-Util.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec index cdfb9e5..15c6df2 100644 --- a/perl-Params-Util.spec +++ b/perl-Params-Util.spec @@ -1,6 +1,6 @@ Name: perl-Params-Util Version: 1.07 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Simple standalone parameter-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -62,6 +62,9 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.07-22 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 1.07-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -84,7 +87,7 @@ make test AUTOMATED_TESTING=1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 26 2016 Ralf Corsépius - 1.07-14 -- Remove %defattr. +- Remove %%defattr. - Modernize spec. - Add %%license.