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-02-11 21:21:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Tue Feb 11 21:21:19 2025 rev:290 rq:1244823 version:4.5.232 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2025-02-07 22:59:25.271870852 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.19470/libstorage-ng.changes 2025-02-11 21:21:52.695438961 +0100 @@ -1,0 +2,7 @@ +Mon Feb 10 17:01:46 UTC 2025 - aschn...@suse.com + +- merge gh#openSUSE/libstorage-ng#1014 +- protect vg and lv name with two dashes +- 4.5.232 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.231.tar.xz New: ---- libstorage-ng-4.5.232.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.4yCPgl/_old 2025-02-11 21:21:53.443469888 +0100 +++ /var/tmp/diff_new_pack.4yCPgl/_new 2025-02-11 21:21:53.447470053 +0100 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.231 +Version: 4.5.232 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.231.tar.xz -> libstorage-ng-4.5.232.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.231/VERSION new/libstorage-ng-4.5.232/VERSION --- old/libstorage-ng-4.5.231/VERSION 2025-02-06 17:40:04.000000000 +0100 +++ new/libstorage-ng-4.5.232/VERSION 2025-02-10 18:01:46.000000000 +0100 @@ -1 +1 @@ -4.5.231 +4.5.232 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.231/storage/SystemInfo/CmdLvm.cc new/libstorage-ng-4.5.232/storage/SystemInfo/CmdLvm.cc --- old/libstorage-ng-4.5.231/storage/SystemInfo/CmdLvm.cc 2025-02-06 17:40:04.000000000 +0100 +++ new/libstorage-ng-4.5.232/storage/SystemInfo/CmdLvm.cc 2025-02-10 18:01:46.000000000 +0100 @@ -189,8 +189,8 @@ CmdLvs::CmdLvs(const string& vg_name, const string& lv_name) { - SystemCmd cmd({ LVS_BIN, COMMON_LVM_OPTIONS, "--all", "--options", LVS_OPTIONS, vg_name + "/" + lv_name }, - SystemCmd::DoThrow); + SystemCmd cmd({ LVS_BIN, COMMON_LVM_OPTIONS, "--all", "--options", LVS_OPTIONS, "--", + vg_name + "/" + lv_name }, SystemCmd::DoThrow); parse(cmd.stdout()); @@ -426,7 +426,8 @@ CmdVgs::CmdVgs(const string& vg_name) { - SystemCmd cmd({ VGS_BIN, COMMON_LVM_OPTIONS, "--options", VGS_OPTIONS, vg_name }, SystemCmd::DoThrow); + SystemCmd cmd({ VGS_BIN, COMMON_LVM_OPTIONS, "--options", VGS_OPTIONS, "--", vg_name }, + SystemCmd::DoThrow); parse(cmd.stdout()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.231/testsuite/dependencies/lvm/complex1-mockup.xml new/libstorage-ng-4.5.232/testsuite/dependencies/lvm/complex1-mockup.xml --- old/libstorage-ng-4.5.231/testsuite/dependencies/lvm/complex1-mockup.xml 2025-02-06 17:40:04.000000000 +0100 +++ new/libstorage-ng-4.5.232/testsuite/dependencies/lvm/complex1-mockup.xml 2025-02-10 18:01:46.000000000 +0100 @@ -49,7 +49,7 @@ <!-- stdout missing --> </Command> <Command> - <name>/sbin/lvs --reportformat json --config log { command_names = 0 prefix = "" } --units b --nosuffix --all --options lv_name,lv_uuid,vg_name,vg_uuid,lv_role,lv_attr,lv_size,origin_size,segtype,stripes,stripe_size,chunk_size,pool_lv,pool_lv_uuid,origin,origin_uuid,data_lv,data_lv_uuid,metadata_lv,metadata_lv_uuid testvg/newlv</name> + <name>/sbin/lvs --reportformat json --config log { command_names = 0 prefix = "" } --units b --nosuffix --all --options lv_name,lv_uuid,vg_name,vg_uuid,lv_role,lv_attr,lv_size,origin_size,segtype,stripes,stripe_size,chunk_size,pool_lv,pool_lv_uuid,origin,origin_uuid,data_lv,data_lv_uuid,metadata_lv,metadata_lv_uuid -- testvg/newlv</name> <!-- stdout faked --> <stdout> {</stdout> <stdout> "report": [</stdout>