From 185ac9f99610c5a5e9e1428f9dec93df704e23f1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:04:47 +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/jetty.spec b/jetty.spec index ca0c6fc..ad21fe5 100644 --- a/jetty.spec +++ b/jetty.spec @@ -50,7 +50,7 @@ Name: jetty Version: 9.4.8 -Release: 3%{addver}%{?dist} +Release: 4%{addver}%{?dist} Summary: Java Webserver and Servlet Container # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt @@ -965,6 +965,9 @@ exit 0 %license LICENSE-eplv10-aslv20.html LICENSE-MIT %changelog +* Fri Feb 09 2018 Igor Gnatenko - 9.4.8-4.v20171121 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 9.4.8-3.v20171121 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -1570,7 +1573,7 @@ exit 0 - Avoid circular dependency with mx4j-tools thru bootstrap option * Sat Aug 12 2006 Anthony Green - 0:5.1.11-0.rc0.4jpp -- Escape macros in changelog with %. +- Escape macros in changelog with %%. - Untabify. - Don't delete symlinks in %%preun. - Add logrotate file.