From 4d1e8aadc8cbcc26c73a0c6946cd5b39b18da68d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:52 +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 --- kexec-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 8d7a511..f04527c 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.16 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -318,6 +318,9 @@ done %doc %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.0.16-5 +- Escape macros in %%changelog + * Wed Feb 7 2018 Dave Young - 2.0.16-4 - update anaconda addon migrate with Anaconda changes. @@ -1593,7 +1596,7 @@ done - Misc spec cleanups and macro-ifications * Wed Aug 09 2006 Jarod Wilson - 1.101-42 -- Add %dir /var/crash, so default kdump setup works +- Add %%dir /var/crash, so default kdump setup works * Thu Aug 03 2006 Neil Horman - 1.101-41 - fix another silly makefile error for makedumpfile