From f7520cd1a7650c7ffa3da6e14203ca1a0cca13a9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:04 +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 --- logwatch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/logwatch.spec b/logwatch.spec index c702b88..84ecbf6 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.4.3 -Release: 8%{?dist} +Release: 9%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -144,6 +144,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her %{_mandir}/man*/* %changelog +* Fri Feb 09 2018 Igor Gnatenko - 7.4.3-9 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 7.4.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -334,7 +337,7 @@ echo "# Configuration overrides for specific logfiles/services may be placed her * Mon Mar 28 2011 Karel Klíč - 7.3.6-69.20110228svn46 - Added -manpage patch fixing a typo in logwatch(8) (rhbz#664883) -- Removed `rm -rf %{buildroot}` from %%install section +- Removed `rm -rf %%{buildroot}` from %%install section * Mon Mar 28 2011 Karel Klíč - 7.3.6-68.20110228svn46 - Added -named-dnessec patch to handle DNSSEC messages in named (rhbz#666394)