From 90d0a342655eb44ecd66fd266c47670aa26639e3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:35 +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 --- ghc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index be6cf11..bf73fba 100644 --- a/ghc.spec +++ b/ghc.spec @@ -22,7 +22,7 @@ Version: 8.2.2 # - release can only be reset if *all* library versions get bumped simultaneously # (sometimes after a major release) # - minor release numbers for a branch should be incremented monotonically -Release: 64%{?dist} +Release: 65%{?dist} Summary: Glasgow Haskell Compiler License: BSD and HaskellReport @@ -573,6 +573,9 @@ fi %changelog +* Fri Feb 09 2018 Igor Gnatenko - 8.2.2-65 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 8.2.2-64 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -1191,7 +1194,7 @@ fi - try to install man pages * Thu Nov 12 2009 Bryan O'Sullivan - 6.12.0.20091010-3 -- fix %check +- fix %%check * Sun Oct 11 2009 Bryan O'Sullivan - 6.12.0.20091010-2 - disable ppc for now (seems unsupported)