From 077ac577f93a6b80d35d753f645fd2bd90e9f8e1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:07 +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 --- maven-plugin-testing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven-plugin-testing.spec b/maven-plugin-testing.spec index f871664..d44d4f5 100644 --- a/maven-plugin-testing.spec +++ b/maven-plugin-testing.spec @@ -1,6 +1,6 @@ Name: maven-plugin-testing Version: 3.3.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Maven Plugin Testing License: ASL 2.0 URL: http://maven.apache.org/plugin-testing/ @@ -90,6 +90,9 @@ rm maven-plugin-testing-tools/src/test/java/org/apache/maven/shared/test/plugin/ %doc LICENSE NOTICE %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.3.0-12 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 3.3.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -230,7 +233,7 @@ rm maven-plugin-testing-tools/src/test/java/org/apache/maven/shared/test/plugin/ - Fix maven-plugin-testing-tools pom name * Thu May 27 2010 Yong Yang 1:1.2-2.4 -- Change JPP.%{name}.%{name}-harness.pom to JPP.%{name}-%{name}-harness.pom +- Change JPP.%%{name}.%%{name}-harness.pom to JPP.%%{name}-%%{name}-harness.pom * Thu May 27 2010 Yong Yang 1:1.2-2.3 - Remove epoch in Requires of maven-test-tools