[packages/redis] - updated to 6.2.5
adamg
adamg at pld-linux.org
Thu Jul 22 10:51:54 CEST 2021
commit e264e5f1e507ca710a5cd5bf000a0e7e93c7cef1
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Thu Jul 22 08:51:38 2021 +0000
- updated to 6.2.5
redis.conf.patch | 6 +++---
redis.spec | 6 ++----
2 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/redis.spec b/redis.spec
index 2544d76..151b716 100644
--- a/redis.spec
+++ b/redis.spec
@@ -13,19 +13,18 @@
Summary: A persistent key-value database
Name: redis
-Version: 5.0.13
+Version: 6.2.5
Release: 1
License: BSD
Group: Applications/Databases
Source0: http://download.redis.io/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 4869440edbc54a203df43180cb1d5bb6
+# Source0-md5: db8a2b45eafbf1ead4353044fb70f581
Source1: %{name}.logrotate
Source2: %{name}.init
Source3: %{name}.tmpfiles
Patch0: %{name}.conf.patch
Patch1: %{name}-tcl.patch
Patch2: 0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch
-Patch3: 0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch
URL: http://www.redis.io/
%{?with_perftools:BuildRequires: gperftools-devel}
BuildRequires: jemalloc-static
@@ -75,7 +74,6 @@ disk.
%patch0 -p1
%patch1 -p1
%patch2 -p1
-%patch3 -p1
# Remove integration tests
%{__sed} -i -e '/ integration\/replication/d' tests/test_helper.tcl
diff --git a/redis.conf.patch b/redis.conf.patch
index e4f5ea7..71236bc 100644
--- a/redis.conf.patch
+++ b/redis.conf.patch
@@ -10,9 +10,9 @@
# TCP keepalive.
#
@@ -133,7 +133,7 @@
-
# By default Redis does not run as a daemon. Use 'yes' if you need it.
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
+ # When Redis is supervised by upstart or systemd, this parameter has no impact.
-daemonize no
+daemonize yes
@@ -20,8 +20,8 @@
# supervision tree. Options:
@@ -155,7 +155,7 @@
#
- # Creating a pid file is best effort: if Redis is not able to create it
- # nothing bad happens, the server will start and run normally.
+ # Note that on modern Linux systems "/run/redis.pid" is more conforming
+ # and should be used instead.
-pidfile /var/run/redis_6379.pid
+pidfile /var/run/redis/redis.pid
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/redis.git/commitdiff/e264e5f1e507ca710a5cd5bf000a0e7e93c7cef1
More information about the pld-cvs-commit
mailing list