From 6322e0d0f318429f4d7817ed8ace15b7df519ce0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:34 +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 --- protobuf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index a13847b..2dea518 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -12,7 +12,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 3.5.0 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: https://github.com/google/protobuf Source: https://github.com/google/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}.tar.gz @@ -397,6 +397,9 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir} %endif %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.5.0-4 +- Escape macros in %%changelog + * Fri Feb 09 2018 Fedora Release Engineering - 3.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -588,7 +591,7 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir} - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Thu Jul 15 2010 James Laska - 2.3.0-3 -- Correct use of %bcond macros +- Correct use of %%bcond macros * Wed Jul 14 2010 James Laska - 2.3.0-2 - Enable python and java sub-packages