From ee0fddf69863fa6b9551780651f18586d41d45ed Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:06:31 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/xmltool.spec b/xmltool.spec index 0f8d7ce..e2c10e4 100644 --- a/xmltool.spec +++ b/xmltool.spec @@ -1,6 +1,6 @@ Name: xmltool Version: 3.3 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Tool to manage XML documents through a Fluent Interface Group: Development/Libraries @@ -66,6 +66,9 @@ sed -i 's/\r//' LICENSE.txt %doc LICENSE.txt %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.3-20 +- Escape macros in %%changelog + * Thu Jul 27 2017 Fedora Release Engineering - 3.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild @@ -78,7 +81,7 @@ sed -i 's/\r//' LICENSE.txt * Wed Dec 14 2016 Merlin Mathesius - 3.3-16 - Add missing BuildRequires for maven-source-plugin to fix FTBFS (BZ#1401633). -- Relocate %pom_* macros to %prep section in accordance with Java packaging guidelines. +- Relocate %%pom_* macros to %%prep section in accordance with Java packaging guidelines. * Fri Feb 05 2016 Fedora Release Engineering - 3.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild