From ccb94dec7d762a1e052b74e7d443691051bf98b0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:05: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/plexus-build-api.spec b/plexus-build-api.spec index 39cd7ca..1edef99 100644 --- a/plexus-build-api.spec +++ b/plexus-build-api.spec @@ -1,6 +1,6 @@ Name: plexus-build-api Version: 0.0.7 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Plexus Build API License: ASL 2.0 URL: https://github.com/sonatype/sisu-build-api @@ -49,6 +49,9 @@ cp -p %{SOURCE1} . %doc LICENSE-2.0.txt %changelog +* Fri Feb 09 2018 Igor Gnatenko - 0.0.7-20 +- Escape macros in %%changelog + * Fri Feb 09 2018 Fedora Release Engineering - 0.0.7-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -123,7 +126,7 @@ cp -p %{SOURCE1} . - Add missing requires * Wed May 26 2010 Hui Wang 0.0.6-2 -- Change JPP-%{name}.pom to JPP.plexus-%{name}.pom +- Change JPP-%%{name}.pom to JPP.plexus-%%{name}.pom * Wed May 19 2010 Hui Wang 0.0.6-1 - Initial version of the package