diff options
Diffstat (limited to 'redis.spec')
-rw-r--r-- | redis.spec | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 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. |