summaryrefslogtreecommitdiffstats
path: root/redis-dev.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-24 09:56:23 +0200
committerRemi Collet <remi@remirepo.net>2017-06-24 09:56:23 +0200
commit43a916d92fb43050addde691d64eb1f4df91f50a (patch)
tree012308ca6cc0ae52895b9ef4e58959d6f9dc8a66 /redis-dev.spec
parent36abf988b092231fed509918032d0b17bf2f7769 (diff)
apply some fedora changes
Diffstat (limited to 'redis-dev.spec')
-rw-r--r--redis-dev.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/redis-dev.spec b/redis-dev.spec
index 98d1345..39fed25 100644
--- a/redis-dev.spec
+++ b/redis-dev.spec
@@ -28,7 +28,7 @@
Name: redis
Version: 4.0.0
-Release: 0.3.%{prever}%{?dist}
+Release: 0.4.%{prever}%{?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
@@ -244,7 +241,6 @@ fi
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README.md
@@ -273,6 +269,11 @@ fi
%changelog
+* Sat Jun 24 2017 Remi Collet <remi@remirepo.net> - 4.0.0-0.4.RC3
+- rebuild with some fedora changes:
+ - Add RuntimeDirectory=redis to systemd unit file (RHBZ #1454700)
+ - Fix a shutdown failure with Unix domain sockets (RHBZ #1444988)
+
* Mon Apr 24 2017 Remi Collet <remi@fedoraproject.org> - 4.0.0-0.3.RC3
- update to 4.0.0-RC3 (3.9.103)