summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-12-14 10:27:43 +0100
committerRemi Collet <fedora@famillecollet.com>2013-12-14 10:27:43 +0100
commit1a6356a17b0a4a8e1f14c137c1aaffc602a8a84c (patch)
tree6fc2dd86adf1716c615daa85c708ceb6dd09a465 /redis.spec
parent1c9c10d35c9ef16d7e9b61c4294ae1725bba6e74 (diff)
redis: 2.8.3 (upgrade urgency: MODERATE for Redis, HIGH for Sentinel)
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/redis.spec b/redis.spec
index 039464c..17fb09d 100644
--- a/redis.spec
+++ b/redis.spec
@@ -18,7 +18,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
-Version: 2.8.2
+Version: 2.8.3
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: A persistent key-value database
@@ -31,7 +31,7 @@ Source2: %{name}.init
Source3: %{name}.service
Source4: %{name}.tmpfiles
# Update configuration for Fedora
-Patch0: %{name}-2.8.2-conf.patch
+Patch0: %{name}-2.8.3-conf.patch
Patch1: %{name}-deps-PIC.patch
Patch2: %{name}-deps-unbundle-jemalloc.patch
@@ -191,8 +191,9 @@ fi
%files
%defattr(-,root,root,-)
%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING README
+%doc sentinel.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
-%config(noreplace) %{_sysconfdir}/%{name}.conf
+%attr(0644, redis, root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
%dir %attr(0755, redis, root) %{_localstatedir}/log/%{name}
%dir %attr(0755, redis, root) %{_localstatedir}/run/%{name}
@@ -207,6 +208,12 @@ fi
%changelog
+* Sat Dec 14 2013 Remi Collet <remi@fedoraproject.org> - 2.8.3-1
+- Redis 2.8.3
+ upgrade urgency: MODERATE for Redis, HIGH for Sentinel.
+- redis own /etc/redis.conf (needed CONFIG WRITE)
+- add sentinel.conf as documentation
+
* Mon Dec 2 2013 Remi Collet <remi@fedoraproject.org> - 2.8.2-1
- Redis 2.8.2, new major version
- pull rawhide changes (add tmpfiles)