Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2024-06-06 12:31:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Thu Jun  6 12:31:38 2024 rev:272 rq:1178574 version:4.5.207

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2024-05-29 19:35:12.663096046 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.24587/libstorage-ng.changes   
2024-06-06 12:31:46.202618733 +0200
@@ -1,0 +2,7 @@
+Tue Jun 4 15:42:17 UTC 2024 - aschn...@suse.com
+
+- merge gh#openSUSE/libstorage-ng#996
+- make more use of new SystemCmd interface
+- 4.5.207
+
+--------------------------------------------------------------------

Old:
----
  libstorage-ng-4.5.206.tar.xz

New:
----
  libstorage-ng-4.5.207.tar.xz

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.m0UxH3/_old  2024-06-06 12:31:47.010648179 +0200
+++ /var/tmp/diff_new_pack.m0UxH3/_new  2024-06-06 12:31:47.010648179 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.5.206
+Version:        4.5.207
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.5.206.tar.xz -> libstorage-ng-4.5.207.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.206/VERSION 
new/libstorage-ng-4.5.207/VERSION
--- old/libstorage-ng-4.5.206/VERSION   2024-05-27 13:08:16.000000000 +0200
+++ new/libstorage-ng-4.5.207/VERSION   2024-06-04 17:42:17.000000000 +0200
@@ -1 +1 @@
-4.5.206
+4.5.207
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.5.206/storage/Devices/MultipathImpl.cc 
new/libstorage-ng-4.5.207/storage/Devices/MultipathImpl.cc
--- old/libstorage-ng-4.5.206/storage/Devices/MultipathImpl.cc  2024-05-27 
13:08:16.000000000 +0200
+++ new/libstorage-ng-4.5.207/storage/Devices/MultipathImpl.cc  2024-06-04 
17:42:17.000000000 +0200
@@ -167,9 +167,9 @@
     {
        y2mil("deactivate_multipaths");
 
-       string cmd_line1 = MULTIPATHD_BIN " -k'shutdown'";
+       SystemCmd::Args cmd_args1 = { MULTIPATHD_BIN, "-kshutdown" };
 
-       SystemCmd cmd1(cmd_line1);
+       SystemCmd cmd1(cmd_args1);
 
        SystemCmd::Args cmd_args2 = { MULTIPATH_BIN, "-F" };
 

Reply via email to