Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package valkey for openSUSE:Factory checked 
in at 2024-06-28 15:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valkey (Old)
 and      /work/SRC/openSUSE:Factory/.valkey.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valkey"

Fri Jun 28 15:47:42 2024 rev:3 rq:1183786 version:7.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/valkey/valkey.changes    2024-06-24 
20:53:08.847989165 +0200
+++ /work/SRC/openSUSE:Factory/.valkey.new.18349/valkey.changes 2024-06-28 
15:51:12.551091450 +0200
@@ -1,0 +2,5 @@
+Wed Jun 26 06:25:23 UTC 2024 - Georg Pfuetzenreuter 
<georg.pfuetzenreu...@suse.com>
+
+- Repair Redis instance detection (boo#1226986)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ valkey.spec ++++++
--- /var/tmp/diff_new_pack.2B3WSc/_old  2024-06-28 15:51:19.487345185 +0200
+++ /var/tmp/diff_new_pack.2B3WSc/_new  2024-06-28 15:51:19.491345331 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package valkey
 #
-# Copyright (c) SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) Jonathan Wright
 # Copyright (c) Neal Gompa
 #
@@ -94,7 +94,6 @@
 %prep
 %autosetup -p1
 
-
 # Module API version safety check
 api=`sed -n -e 's/#define VALKEYMODULE_APIVER_[0-9][0-9]* //p' 
src/valkeymodule.h`
 if test "$api" != "%{valkey_modules_abi}"; then
@@ -212,4 +211,3 @@
 %{_libexecdir}/migrate_redis_to_valkey.bash
 %{_bindir}/redis-*
 
-

++++++ migrate_redis_to_valkey.bash ++++++
--- /var/tmp/diff_new_pack.2B3WSc/_old  2024-06-28 15:51:19.543347233 +0200
+++ /var/tmp/diff_new_pack.2B3WSc/_new  2024-06-28 15:51:19.547347380 +0200
@@ -2,8 +2,8 @@
 
 # Identify whether any config files exist
 configfiles=($(find /etc/redis -maxdepth 1 -name "*.conf"))
-redisunits=(basename $(find /etc/systemd/system -maxdepth 1 -name 
"redis@*.service"))
-sentinelunits=(basename $(find /etc/systemd/system -maxdepth 1 -name 
"redis-sentinel@*.service"))
+redisunits=($(find /etc/systemd/system -maxdepth 1 -name "redis@*.service" 
-execdir basename {} \;))
+sentinelunits=($(find /etc/systemd/system -maxdepth 1 -name 
"redis-sentinel@*.service" -execdir basename {} \;))
 
 if [ ${#configfiles[@]} -gt 0 ]; then
   for configfile in ${configfiles[@]}

Reply via email to