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 2026-02-21 21:00:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Sat Feb 21 21:00:55 2026 rev:328 rq:1333971 version:4.5.301 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2026-02-19 14:17:54.573155944 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1977/libstorage-ng.changes 2026-02-21 21:01:17.811257334 +0100 @@ -1,0 +2,7 @@ +Thu Feb 19 13:49:01 UTC 2026 - [email protected] + +- merge gh#openSUSE/libstorage-ng#1059 +- use existing define +- 4.5.301 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.300.tar.xz New: ---- libstorage-ng-4.5.301.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.V8s3Y7/_old 2026-02-21 21:01:19.135311616 +0100 +++ /var/tmp/diff_new_pack.V8s3Y7/_new 2026-02-21 21:01:19.135311616 +0100 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.300 +Version: 4.5.301 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.300.tar.xz -> libstorage-ng-4.5.301.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.300/VERSION new/libstorage-ng-4.5.301/VERSION --- old/libstorage-ng-4.5.300/VERSION 2026-02-17 14:01:16.000000000 +0100 +++ new/libstorage-ng-4.5.301/VERSION 2026-02-19 14:49:01.000000000 +0100 @@ -1 +1 @@ -4.5.300 +4.5.301 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.300/storage/SystemInfo/CmdLvm.cc new/libstorage-ng-4.5.301/storage/SystemInfo/CmdLvm.cc --- old/libstorage-ng-4.5.300/storage/SystemInfo/CmdLvm.cc 2026-02-17 14:01:16.000000000 +0100 +++ new/libstorage-ng-4.5.301/storage/SystemInfo/CmdLvm.cc 2026-02-19 14:49:01.000000000 +0100 @@ -76,8 +76,8 @@ CmdPvs::CmdPvs(const string& pv_name) { - SystemCmd cmd({ PVS_BIN, COMMON_LVM_OPTIONS, "--all", "--options", "pv_name,pv_uuid," - "vg_name,vg_uuid,pv_attr,pe_start", pv_name }, SystemCmd::DoThrow); + SystemCmd cmd({ PVS_BIN, COMMON_LVM_OPTIONS, "--all", "--options", PVS_OPTIONS, pv_name }, + SystemCmd::DoThrow); parse(cmd.stdout());
