From 4724d8cda347eaf95653cd773a8d0e099f924eb6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:42 +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 --- httpcomponents-client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 64bdef4..9b270be 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -4,7 +4,7 @@ Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore Version: 4.5.5 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: http://hc.apache.org/ Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz @@ -182,6 +182,9 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache %doc LICENSE.txt NOTICE.txt %changelog +* Fri Feb 09 2018 Igor Gnatenko - 4.5.5-3 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 4.5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -366,7 +369,7 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache * Fri Feb 18 2011 Alexander Kurtakov 4.1-2 - OSGify properly. -- Install into %{_javadir}/%{basename}. +- Install into %%{_javadir}/%%{basename}. * Thu Feb 17 2011 Alexander Kurtakov 4.1-1 - Update to latest upstream version.