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 2025-11-11 19:19:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Tue Nov 11 19:19:29 2025 rev:315 rq:1316905 version:4.5.277

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2025-10-05 17:51:13.531529877 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1980/libstorage-ng.changes    
2025-11-11 19:19:33.711012764 +0100
@@ -1,0 +2,7 @@
+Mon Nov 10 12:05:23 UTC 2025 - [email protected]
+
+- merge gh#openSUSE/libstorage-ng#1040
+- remove too strict sanity check (bsc#1253037)
+- 4.5.277
+
+--------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.JKabBS/_old  2025-11-11 19:19:35.295079109 +0100
+++ /var/tmp/diff_new_pack.JKabBS/_new  2025-11-11 19:19:35.299079277 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.5.276
+Version:        4.5.277
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.5.276.tar.xz -> libstorage-ng-4.5.277.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.276/LIBVERSION 
new/libstorage-ng-4.5.277/LIBVERSION
--- old/libstorage-ng-4.5.276/LIBVERSION        2025-10-04 10:59:38.000000000 
+0200
+++ new/libstorage-ng-4.5.277/LIBVERSION        2025-11-10 13:05:23.000000000 
+0100
@@ -1 +1 @@
-1.104.1
+1.104.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.276/VERSION 
new/libstorage-ng-4.5.277/VERSION
--- old/libstorage-ng-4.5.276/VERSION   2025-10-04 10:59:38.000000000 +0200
+++ new/libstorage-ng-4.5.277/VERSION   2025-11-10 13:05:23.000000000 +0100
@@ -1 +1 @@
-4.5.276
+4.5.277
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.276/storage/SystemInfo/CmdLvm.cc 
new/libstorage-ng-4.5.277/storage/SystemInfo/CmdLvm.cc
--- old/libstorage-ng-4.5.276/storage/SystemInfo/CmdLvm.cc      2025-10-04 
10:59:38.000000000 +0200
+++ new/libstorage-ng-4.5.277/storage/SystemInfo/CmdLvm.cc      2025-11-10 
13:05:23.000000000 +0100
@@ -83,11 +83,6 @@
 
        if (pvs.size() != 1)
            ST_THROW(Exception("command pvs returned wrong number of pvs"));
-
-       const Pv& pv = pvs[0];
-
-       if (pv.pv_name != pv_name)
-           ST_THROW(Exception("command pvs returned wrong pv_name"));
     }
 
 

Reply via email to