From 70ff70b211ecebd57568cf2dcfe844f620860eb4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:25 +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 --- elfutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 3c4143b..d300fb8 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Version: 0.170 -%global baserelease 5 +%global baserelease 7 URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -301,6 +301,9 @@ fi %endif %changelog +* Fri Feb 09 2018 Igor Gnatenko - 0.170-7 +- Escape macros in %%changelog + * Sat Feb 03 2018 Igor Gnatenko - 0.170-5 - Switch to %%ldconfig_scriptlets @@ -311,7 +314,7 @@ fi - Rely on (and check) systemd_requires for sysctl_apply default-yama-scope. * Thu Nov 2 2017 Mark Wielaard - 0.170-2 -- Config files under /usr/lib/sysctl.d (_sysctldir) aren't %config (#1506660) +- Config files under /usr/lib/sysctl.d (_sysctldir) aren't %%config (#1506660) Admin can place the real config file under /etc/sysctl.d as override. * Thu Aug 3 2017 Mark Wielaard - 0.170-1 @@ -571,7 +574,7 @@ fi * Mon Aug 27 2012 Mark Wielaard - 0.155-1 - Update to 0.155. - - #844270 - eu-nm invalid %N$ use detected. + - #844270 - eu-nm invalid %%N$ use detected. - #847454 - Ukrainian translation update. - Removed local ar 64-bit symbol patch, dwz support patch and xlatetom fix.