Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2021-03-24 16:09:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Wed Mar 24 16:09:06 2021 rev:67 rq:879905 version:6.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2021-03-11 
20:07:09.608163932 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new.2401/redis.changes    2021-03-24 
16:09:10.947701640 +0100
@@ -1,0 +2,5 @@
+Sat Mar 13 14:28:47 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- replaced /var/run with /run for all PID file paths
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ README.SUSE ++++++
--- /var/tmp/diff_new_pack.AzLTu9/_old  2021-03-24 16:09:11.507702228 +0100
+++ /var/tmp/diff_new_pack.AzLTu9/_new  2021-03-24 16:09:11.507702228 +0100
@@ -15,13 +15,13 @@
 2. change at least pidfile, logfile and dir setting
 # the pid file *has* to match your config filename without the ".conf"
 
-pidfile /var/run/redis/instancename.pid
+pidfile /run/redis/instancename.pid
 logfile /var/log/redis/instancename.log
 dir /var/lib/redis/instancename/
 
 If you want to run more than one instance you also have to change the
 socket path and/or the ip:port combination.
- e.g. /var/run/redis/instancename.sock
+ e.g. /run/redis/instancename.sock
 
 Also make sure if you copy configurations from somewhere, that "daemonize"
 should be set to "no".
@@ -54,12 +54,12 @@
 2. change at least pidfile, logfile setting
 # the pid file *has* to match your config filename without the ".conf"
 
-pidfile /var/run/redis/instancename.pid
+pidfile /run/redis/instancename.pid
 logfile /var/log/redis/instancename.log
 
 If you want to run more than one instance you also have to change the
 socket path and/or the ip:port combination.
- e.g. /var/run/redis/instancename.sock
+ e.g. /run/redis/instancename.sock
 
 Also make sure if you copy configurations from somewhere, that "daemonize"
 should be set to "no".

++++++ redis-conf.patch ++++++
--- /var/tmp/diff_new_pack.AzLTu9/_old  2021-03-24 16:09:11.519702240 +0100
+++ /var/tmp/diff_new_pack.AzLTu9/_new  2021-03-24 16:09:11.519702240 +0100
@@ -25,7 +25,7 @@
  # 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/default.pid
++pidfile /run/redis/default.pid
  
  # Specify the server verbosity level.
  # This can be one of:
@@ -62,7 +62,7 @@
  # /var/run/redis-sentinel.pid by default. You can specify a custom pid file
  # location here.
 -pidfile /var/run/redis-sentinel.pid
-+pidfile /var/run/redis/sentinel-default.pid
++pidfile /run/redis/sentinel-default.pid
  
  # Specify the log file name. Also the empty string can be used to force
  # Sentinel to log on the standard output. Note that if you use standard

++++++ redis-sentinel@.service ++++++
--- /var/tmp/diff_new_pack.AzLTu9/_old  2021-03-24 16:09:11.543702265 +0100
+++ /var/tmp/diff_new_pack.AzLTu9/_new  2021-03-24 16:09:11.543702265 +0100
@@ -8,7 +8,7 @@
 User=redis
 Group=redis
 PrivateTmp=true
-PIDFile=/var/run/redis/sentinel-%i.pid
+PIDFile=/run/redis/sentinel-%i.pid
 ExecStart=/usr/sbin/redis-sentinel /etc/redis/sentinel-%i.conf
 LimitNOFILE=10240
 Restart=on-failure

++++++ redis@.service ++++++
--- /var/tmp/diff_new_pack.AzLTu9/_old  2021-03-24 16:09:11.623702349 +0100
+++ /var/tmp/diff_new_pack.AzLTu9/_new  2021-03-24 16:09:11.623702349 +0100
@@ -8,7 +8,7 @@
 User=redis
 Group=redis
 PrivateTmp=true
-PIDFile=/var/run/redis/%i.pid
+PIDFile=/run/redis/%i.pid
 ExecStart=/usr/sbin/redis-server /etc/redis/%i.conf
 LimitNOFILE=10240
 Restart=on-failure

Reply via email to