Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libstoragemgmt for openSUSE:Factory 
checked in at 2022-11-12 17:40:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstoragemgmt (Old)
 and      /work/SRC/openSUSE:Factory/.libstoragemgmt.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstoragemgmt"

Sat Nov 12 17:40:47 2022 rev:33 rq:1035297 version:1.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstoragemgmt/libstoragemgmt.changes    
2022-10-19 13:17:19.809178970 +0200
+++ /work/SRC/openSUSE:Factory/.libstoragemgmt.new.1597/libstoragemgmt.changes  
2022-11-12 17:40:59.906107012 +0100
@@ -1,0 +2,7 @@
+Fri Nov 11 15:52:38 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.9.6:
+  * Update the systemd run directory
+- Refresh move_to_run.patch
+
+-------------------------------------------------------------------

Old:
----
  libstoragemgmt-1.9.5.tar.gz

New:
----
  libstoragemgmt-1.9.6.tar.gz

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

Other differences:
------------------
++++++ libstoragemgmt.spec ++++++
--- /var/tmp/diff_new_pack.NfiLop/_old  2022-11-12 17:41:00.510110608 +0100
+++ /var/tmp/diff_new_pack.NfiLop/_new  2022-11-12 17:41:00.514110632 +0100
@@ -26,7 +26,7 @@
 %define python3 0
 %endif
 Name:           libstoragemgmt
-Version:        1.9.5
+Version:        1.9.6
 Release:        0
 Summary:        Storage array management library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ libstoragemgmt-1.9.5.tar.gz -> libstoragemgmt-1.9.6.tar.gz ++++++
++++ 2188 lines of diff (skipped)

++++++ move_to_run.patch ++++++
--- /var/tmp/diff_new_pack.NfiLop/_old  2022-11-12 17:41:00.726111894 +0100
+++ /var/tmp/diff_new_pack.NfiLop/_new  2022-11-12 17:41:00.730111918 +0100
@@ -1,10 +1,7 @@
-bsc#1185067, migrate /var/run to /run.
-
-Index: libstoragemgmt-1.9.3/c_binding/lsm_datatypes.cpp
-===================================================================
---- libstoragemgmt-1.9.3.orig/c_binding/lsm_datatypes.cpp
-+++ libstoragemgmt-1.9.3/c_binding/lsm_datatypes.cpp
-@@ -52,7 +52,7 @@
+diff -urEbw libstoragemgmt-1.9.6/c_binding/lsm_datatypes.cpp 
libstoragemgmt-1.9.6.new/c_binding/lsm_datatypes.cpp
+--- libstoragemgmt-1.9.6/c_binding/lsm_datatypes.cpp   2022-04-06 
19:55:18.000000000 +0200
++++ libstoragemgmt-1.9.6.new/c_binding/lsm_datatypes.cpp       2022-11-11 
16:55:27.674287708 +0100
+@@ -51,7 +51,7 @@
  #ifdef __cplusplus
  extern "C" {
  #endif
@@ -13,10 +10,9 @@
  
  int lsm_string_list_append(lsm_string_list *sl, const char *value) {
      int rc = LSM_ERR_INVALID_ARGUMENT;
-Index: libstoragemgmt-1.9.3/daemon/lsm_daemon.c
-===================================================================
---- libstoragemgmt-1.9.3.orig/daemon/lsm_daemon.c
-+++ libstoragemgmt-1.9.3/daemon/lsm_daemon.c
+diff -urEbw libstoragemgmt-1.9.6/daemon/lsm_daemon.c 
libstoragemgmt-1.9.6.new/daemon/lsm_daemon.c
+--- libstoragemgmt-1.9.6/daemon/lsm_daemon.c   2022-04-06 19:55:18.000000000 
+0200
++++ libstoragemgmt-1.9.6.new/daemon/lsm_daemon.c       2022-11-11 
16:56:06.354471805 +0100
 @@ -44,7 +44,7 @@
  #include <syslog.h>
  #include <unistd.h>
@@ -26,19 +22,9 @@
  #define SOCKET_DIR                     BASE_DIR "/ipc"
  #define PLUGIN_DIR                     "/usr/bin"
  #define LSM_USER                       "libstoragemgmt"
-Index: libstoragemgmt-1.9.3/packaging/daemon/libstoragemgmt.conf
-===================================================================
---- libstoragemgmt-1.9.3.orig/packaging/daemon/libstoragemgmt.conf
-+++ libstoragemgmt-1.9.3/packaging/daemon/libstoragemgmt.conf
-@@ -1,2 +1,2 @@
--D /var/run/lsm 0775 root libstoragemgmt -
--D /var/run/lsm/ipc 0775 root libstoragemgmt -
-+D /run/lsm 0775 root libstoragemgmt -
-+D /run/lsm/ipc 0775 root libstoragemgmt -
-Index: libstoragemgmt-1.9.3/packaging/daemon/libstoragemgmtd
-===================================================================
---- libstoragemgmt-1.9.3.orig/packaging/daemon/libstoragemgmtd
-+++ libstoragemgmt-1.9.3/packaging/daemon/libstoragemgmtd
+diff -urEbw libstoragemgmt-1.9.6/packaging/daemon/libstoragemgmtd 
libstoragemgmt-1.9.6.new/packaging/daemon/libstoragemgmtd
+--- libstoragemgmt-1.9.6/packaging/daemon/libstoragemgmtd      2022-03-15 
23:38:45.000000000 +0100
++++ libstoragemgmt-1.9.6.new/packaging/daemon/libstoragemgmtd  2022-11-11 
16:57:40.126918116 +0100
 @@ -15,7 +15,7 @@
  
  NAME=lsmd
@@ -48,7 +34,7 @@
  LOCK=/var/lock/subsys/libstoragemgmtd
  
  RETVAL=0
-@@ -27,8 +27,8 @@ if [ "`id -u`" != 0 ] ; then
+@@ -27,8 +27,8 @@
  fi
  
  check_dirs() {
@@ -59,11 +45,10 @@
  }
  
  status_lsm() {
-Index: libstoragemgmt-1.9.3/packaging/libstoragemgmt.spec
-===================================================================
---- libstoragemgmt-1.9.3.orig/packaging/libstoragemgmt.spec
-+++ libstoragemgmt-1.9.3/packaging/libstoragemgmt.spec
-@@ -264,7 +264,7 @@ popd
+diff -urEbw libstoragemgmt-1.9.6/packaging/libstoragemgmt.spec 
libstoragemgmt-1.9.6.new/packaging/libstoragemgmt.spec
+--- libstoragemgmt-1.9.6/packaging/libstoragemgmt.spec 2022-11-08 
16:20:12.000000000 +0100
++++ libstoragemgmt-1.9.6.new/packaging/libstoragemgmt.spec     2022-11-11 
16:58:20.231109009 +0100
+@@ -264,7 +264,7 @@
  %pre
  getent group libstoragemgmt >/dev/null || groupadd -r libstoragemgmt
  getent passwd libstoragemgmt >/dev/null || \
@@ -72,11 +57,10 @@
      -c "daemon account for libstoragemgmt" libstoragemgmt
  
  %post
-Index: libstoragemgmt-1.9.3/packaging/libstoragemgmt.spec.in
-===================================================================
---- libstoragemgmt-1.9.3.orig/packaging/libstoragemgmt.spec.in
-+++ libstoragemgmt-1.9.3/packaging/libstoragemgmt.spec.in
-@@ -264,7 +264,7 @@ popd
+diff -urEbw libstoragemgmt-1.9.6/packaging/libstoragemgmt.spec.in 
libstoragemgmt-1.9.6.new/packaging/libstoragemgmt.spec.in
+--- libstoragemgmt-1.9.6/packaging/libstoragemgmt.spec.in      2022-04-06 
19:55:18.000000000 +0200
++++ libstoragemgmt-1.9.6.new/packaging/libstoragemgmt.spec.in  2022-11-11 
16:58:47.279237761 +0100
+@@ -264,7 +264,7 @@
  %pre
  getent group libstoragemgmt >/dev/null || groupadd -r libstoragemgmt
  getent passwd libstoragemgmt >/dev/null || \
@@ -85,11 +69,10 @@
      -c "daemon account for libstoragemgmt" libstoragemgmt
  
  %post
-Index: libstoragemgmt-1.9.3/python_binding/lsm/_common.py
-===================================================================
---- libstoragemgmt-1.9.3.orig/python_binding/lsm/_common.py
-+++ libstoragemgmt-1.9.3/python_binding/lsm/_common.py
-@@ -151,7 +151,7 @@ class Proxy(object):
+diff -urEbw libstoragemgmt-1.9.6/python_binding/lsm/_common.py 
libstoragemgmt-1.9.6.new/python_binding/lsm/_common.py
+--- libstoragemgmt-1.9.6/python_binding/lsm/_common.py 2022-04-06 
19:55:18.000000000 +0200
++++ libstoragemgmt-1.9.6.new/python_binding/lsm/_common.py     2022-11-11 
16:59:14.139365618 +0100
+@@ -151,7 +151,7 @@
  
  
  # variable in client and specified on the command line for the daemon

Reply via email to