From 24658f1b66550166db406c02547c93b480fc1487 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:05:56 +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 --- redis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis.spec b/redis.spec index 9c6592b..400a7e2 100644 --- a/redis.spec +++ b/redis.spec @@ -39,7 +39,7 @@ Name: redis Version: 4.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A persistent key-value database License: BSD URL: http://redis.io @@ -377,6 +377,9 @@ fi %changelog +* Fri Feb 09 2018 Igor Gnatenko - 4.0.8-2 +- Escape macros in %%changelog + * Wed Feb 7 2018 Nathan Scott - 4.0.8-1 - Upstream 4.0.8 release. @@ -438,7 +441,7 @@ fi * Mon May 29 2017 Nathan Scott - 3.2.9-1 - Upstream 3.2.9 - Add RuntimeDirectory=redis to systemd unit file (RHBZ #1454700) -- Mark rundir as %ghost since it may disappear (tmpfs - #1454700) +- Mark rundir as %%ghost since it may disappear (tmpfs - #1454700) - Fix a shutdown failure with Unix domain sockets (RHBZ #1444988) * Mon Feb 20 2017 Haïkel Guémar - 3.2.8-1