summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-01-16 08:05:32 +0100
committerRemi Collet <fedora@famillecollet.com>2014-01-16 08:05:32 +0100
commitfe32a70d0b8ef4a0c6a5a2c34d29b5df28ffc2dc (patch)
treee9118c111a69f6c1335fa0ddc422743afbf83603
parent9344f0e164a83b38791daf6b9a61d7294e1de652 (diff)
redis: 2.8.4
-rw-r--r--redis-2.8.4-conf.patch (renamed from redis-2.8.3-conf.patch)20
-rw-r--r--redis.spec10
2 files changed, 17 insertions, 13 deletions
diff --git a/redis-2.8.3-conf.patch b/redis-2.8.4-conf.patch
index 610e669..c610969 100644
--- a/redis-2.8.3-conf.patch
+++ b/redis-2.8.4-conf.patch
@@ -1,7 +1,7 @@
-diff -up redis-2.8.3/redis.conf.rpmconf redis-2.8.3/redis.conf
---- redis-2.8.3/redis.conf.rpmconf 2013-12-11 15:31:57.000000000 +0100
-+++ redis-2.8.3/redis.conf 2014-01-06 14:06:11.630724369 +0100
-@@ -33,6 +33,7 @@ port 6379
+diff -up redis-2.8.4/redis.conf.rpmconf redis-2.8.4/redis.conf
+--- redis-2.8.4/redis.conf.rpmconf 2014-01-13 17:09:58.000000000 +0100
++++ redis-2.8.4/redis.conf 2014-01-16 07:58:47.979995707 +0100
+@@ -53,6 +53,7 @@ port 6379
#
# bind 192.168.1.100 10.0.0.1
# bind 127.0.0.1
@@ -9,7 +9,7 @@ diff -up redis-2.8.3/redis.conf.rpmconf redis-2.8.3/redis.conf
# Specify the path for the Unix socket that will be used to listen for
# incoming connections. There is no default, so Redis will not listen
-@@ -71,7 +72,7 @@ loglevel notice
+@@ -91,7 +92,7 @@ loglevel notice
# Specify the log file name. Also the empty string can be used to force
# Redis to log on the standard output. Note that if you use standard
# output for logging but daemonize, logs will be sent to /dev/null
@@ -18,7 +18,7 @@ diff -up redis-2.8.3/redis.conf.rpmconf redis-2.8.3/redis.conf
# To enable logging to the system logger, just set 'syslog-enabled' to yes,
# and optionally update the other syslog parameters to suit your needs.
-@@ -155,7 +156,7 @@ dbfilename dump.rdb
+@@ -175,7 +176,7 @@ dbfilename dump.rdb
# The Append Only File will also be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
@@ -27,9 +27,9 @@ diff -up redis-2.8.3/redis.conf.rpmconf redis-2.8.3/redis.conf
################################# REPLICATION #################################
-diff -up redis-2.8.3/sentinel.conf.rpmconf redis-2.8.3/sentinel.conf
---- redis-2.8.3/sentinel.conf.rpmconf 2014-01-06 14:06:20.401749268 +0100
-+++ redis-2.8.3/sentinel.conf 2014-01-06 14:06:27.617769753 +0100
+diff -up redis-2.8.4/sentinel.conf.rpmconf redis-2.8.4/sentinel.conf
+--- redis-2.8.4/sentinel.conf.rpmconf 2014-01-16 07:58:47.979995707 +0100
++++ redis-2.8.4/sentinel.conf 2014-01-16 07:59:27.792112057 +0100
@@ -4,6 +4,11 @@
# The port that this sentinel instance will run on
port 26379
@@ -41,4 +41,4 @@ diff -up redis-2.8.3/sentinel.conf.rpmconf redis-2.8.3/sentinel.conf
+
# sentinel monitor <master-name> <ip> <redis-port> <quorum>
#
- # Tells Sentinel to monitor this slave, and to consider it in O_DOWN
+ # Tells Sentinel to monitor this master, and to consider it in O_DOWN
diff --git a/redis.spec b/redis.spec
index d57ee4b..ddd2c9d 100644
--- a/redis.spec
+++ b/redis.spec
@@ -24,8 +24,8 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
-Version: 2.8.3
-Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}
+Version: 2.8.4
+Release: 1%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
@@ -39,7 +39,7 @@ Source4: %{name}.tmpfiles
Source5: sentinel.init
Source6: sentinel.service
# Update configuration for Fedora
-Patch0: %{name}-2.8.3-conf.patch
+Patch0: %{name}-2.8.4-conf.patch
Patch1: %{name}-deps-PIC.patch
Patch2: %{name}-deps-unbundle-jemalloc.patch
@@ -236,6 +236,10 @@ fi
%changelog
+* Thu Jan 16 2014 Remi Collet <remi@fedoraproject.org> - 2.8.4-1
+- Redis 2.8.4
+ upgrade urgency: MODERATE for Redis and Sentinel.
+
* Mon Jan 6 2014 Remi Collet <remi@fedoraproject.org> - 2.8.3-2
- add redis-sentinel command (link to redis-server)
- don't rely on config for daemonize and pidfile