From 970950e91960973caa2f85cea2e840069f8010b1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:10 +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 --- autofs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/autofs.spec b/autofs.spec index e6e58d2..efd5ed3 100644 --- a/autofs.spec +++ b/autofs.spec @@ -8,7 +8,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.4 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 License: GPLv2+ Group: System Environment/Daemons @@ -192,6 +192,9 @@ fi %dir /etc/auto.master.d %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1:5.1.4-11 +- Escape macros in %%changelog + * Fri Feb 9 2018 Ian Kent - 1:5.1.4-10 - clean up obsolete spec file directives. @@ -598,7 +601,7 @@ fi - fix function to check mount.nfs version. * Sun Feb 26 2012 Ian Kent - 1:5.0.6-13 -- fix error in %post scriplet. +- fix error in %%post scriplet. * Fri Feb 24 2012 Ian Kent - 1:5.0.6-12 - ignore duplicate exports in auto.net. @@ -1124,7 +1127,7 @@ fi * Tue Aug 21 2007 Ian Kent - 5.0.2-11 - don't fail on empty master map. -- add support for the "%" hack for case insensitive attribute schemas. +- add support for the "%%" hack for case insensitive attribute schemas. * Mon Jul 30 2007 Ian Kent - 5.0.2-10 - mark map instances stale so they aren't "cleaned" during updates.