Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-storage-ng for openSUSE:Factory checked in at 2022-10-22 14:12:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old) and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng" Sat Oct 22 14:12:22 2022 rev:131 rq:1030324 version:4.5.10 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes 2022-09-27 20:13:26.889763165 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.2275/yast2-storage-ng.changes 2022-10-22 14:12:40.404679184 +0200 @@ -1,0 +2,7 @@ +Fri Oct 21 08:08:01 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> + +- Unit tests adapted to a recent behavior change in libstorage-ng + (gh#openSUSE/libstorage-ng#900). +- 4.5.10 + +------------------------------------------------------------------- Old: ---- yast2-storage-ng-4.5.9.tar.bz2 New: ---- yast2-storage-ng-4.5.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-ng.spec ++++++ --- /var/tmp/diff_new_pack.7V3pCB/_old 2022-10-22 14:12:40.916680397 +0200 +++ /var/tmp/diff_new_pack.7V3pCB/_new 2022-10-22 14:12:40.920680407 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage-ng -Version: 4.5.9 +Version: 4.5.10 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only ++++++ yast2-storage-ng-4.5.9.tar.bz2 -> yast2-storage-ng-4.5.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.9/package/yast2-storage-ng.changes new/yast2-storage-ng-4.5.10/package/yast2-storage-ng.changes --- old/yast2-storage-ng-4.5.9/package/yast2-storage-ng.changes 2022-09-26 17:00:58.000000000 +0200 +++ new/yast2-storage-ng-4.5.10/package/yast2-storage-ng.changes 2022-10-21 10:27:24.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Oct 21 08:08:01 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> + +- Unit tests adapted to a recent behavior change in libstorage-ng + (gh#openSUSE/libstorage-ng#900). +- 4.5.10 + +------------------------------------------------------------------- Mon Sep 26 10:48:49 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> - Decouple user interface logic from the probing process diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.9/package/yast2-storage-ng.spec new/yast2-storage-ng-4.5.10/package/yast2-storage-ng.spec --- old/yast2-storage-ng-4.5.9/package/yast2-storage-ng.spec 2022-09-26 17:00:58.000000000 +0200 +++ new/yast2-storage-ng-4.5.10/package/yast2-storage-ng.spec 2022-10-21 10:27:24.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-storage-ng -Version: 4.5.9 +Version: 4.5.10 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.9/test/y2storage/partition_tables/msdos_test.rb new/yast2-storage-ng-4.5.10/test/y2storage/partition_tables/msdos_test.rb --- old/yast2-storage-ng-4.5.9/test/y2storage/partition_tables/msdos_test.rb 2022-09-26 17:00:58.000000000 +0200 +++ new/yast2-storage-ng-4.5.10/test/y2storage/partition_tables/msdos_test.rb 2022-10-21 10:27:24.000000000 +0200 @@ -51,8 +51,8 @@ expect(subject.partition_id_supported?(Y2Storage::PartitionId::DOS32)).to eq true end - it "ms-dos can NOT have an UNKNOWN partition" do - expect(subject.partition_id_supported?(Y2Storage::PartitionId::UNKNOWN)).to eq false + it "ms-dos can have an UNKNOWN partition" do + expect(subject.partition_id_supported?(Y2Storage::PartitionId::UNKNOWN)).to eq true end it "ms-dos can NOT have partition id 0" do