From b6a19f98564b1c964c153b555b2edafa07b80f85 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:05 +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 --- ltrace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index e4df482..4314676 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,7 +1,7 @@ Summary: Tracks runtime library calls from dynamically linked executables Name: ltrace Version: 0.7.91 -Release: 25%{?dist} +Release: 26%{?dist} URL: http://ltrace.alioth.debian.org/ License: GPLv2+ Group: Development/Debuggers @@ -167,6 +167,9 @@ echo ====================TESTING END===================== %{_datadir}/ltrace %changelog +* Fri Feb 09 2018 Igor Gnatenko - 0.7.91-26 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 0.7.91-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -186,7 +189,7 @@ echo ====================TESTING END===================== - Fix FTBFS due to new gcc 6 warnings, deprecated readdir_r, and bogus chunk in unwind-elf patch. * Fri Feb 19 2016 Jeff Law - 0.7.91-19 -- Fix FTBFS due to testsuite failure (#1307754) . Add missing files to %doc +- Fix FTBFS due to testsuite failure (#1307754) . Add missing files to %%doc * Thu Feb 04 2016 Fedora Release Engineering - 0.7.91-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild