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-07-02 18:15:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valkey (Old)
 and      /work/SRC/openSUSE:Factory/.valkey.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valkey"

Tue Jul  2 18:15:36 2024 rev:4 rq:1184023 version:7.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/valkey/valkey.changes    2024-06-28 
15:51:12.551091450 +0200
+++ /work/SRC/openSUSE:Factory/.valkey.new.18349/valkey.changes 2024-07-02 
18:15:40.269709693 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 17:32:13 UTC 2024 - Neal Gompa <ngo...@opensuse.org>
+
+- Add legacy symlinks for "redis" executables in sbin to fix
+  running valkey in other package test suites using absolute paths
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ valkey.spec ++++++
--- /var/tmp/diff_new_pack.05Pz2U/_old  2024-07-02 18:15:40.813729601 +0200
+++ /var/tmp/diff_new_pack.05Pz2U/_new  2024-07-02 18:15:40.817729747 +0200
@@ -149,6 +149,12 @@
 mkdir -p %{buildroot}%{_libexecdir}
 install -pm0755 %{SOURCE11} %{buildroot}%{_libexecdir}/
 
+# Install legacy compatibility paths in sbin
+mkdir -p %{buildroot}%{_sbindir}
+for redisbin in %{buildroot}%{_bindir}/redis-*; do
+ln -sr $redisbin %{buildroot}%{_sbindir}/$(basename $redisbin)
+done
+
 %check
 cat <<EOF
 ---------------------------------------------------
@@ -210,4 +216,5 @@
 %files compat-redis
 %{_libexecdir}/migrate_redis_to_valkey.bash
 %{_bindir}/redis-*
+%{_sbindir}/redis-*
 

Reply via email to