From 43a916d92fb43050addde691d64eb1f4df91f50a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Jun 2017 09:56:23 +0200 Subject: apply some fedora changes --- redis.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'redis.spec') diff --git a/redis.spec b/redis.spec index 5bb025d..d7a77b2 100644 --- a/redis.spec +++ b/redis.spec @@ -28,7 +28,7 @@ Name: redis Version: 3.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -58,10 +58,7 @@ Patch3: %{name}-pr3491.patch # https://github.com/antirez/redis/pull/3494 - symlink Patch4: %{name}-pr3494.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if !0%{?el5} BuildRequires: tcl >= 8.5 -%endif BuildRequires: jemalloc-devel # Required for redis-shutdown @@ -240,7 +237,6 @@ fi %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license COPYING %doc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README.md @@ -269,6 +265,11 @@ fi %changelog +* Sat Jun 24 2017 Remi Collet - 3.2.9-2 +- rebuild with latest fedora changes + - Add RuntimeDirectory=redis to systemd unit file (RHBZ #1454700) + - Fix a shutdown failure with Unix domain sockets (RHBZ #1444988) + * Sun May 21 2017 Remi Collet - 3.2.9-1 - Redis 3.2.9 - Released Mon May 17 17:35:38 CEST 2017 - Upgrade urgency LOW: A few rarely harmful bugs were fixed. -- cgit