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 2023-05-23 14:53:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old) and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng" Tue May 23 14:53:14 2023 rev:144 rq:1088295 version:4.6.10 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes 2023-05-19 11:54:45.911003486 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1533/yast2-storage-ng.changes 2023-05-23 14:53:20.002053576 +0200 @@ -1,0 +2,7 @@ +Fri May 19 15:36:55 UTC 2023 - José Iván López González <jlo...@suse.com> + +- Add bus_id for DASD (gh#yast/yast-storage-ng#1339, + gh#openSUSE/agama#578). +- 4.6.10 + +------------------------------------------------------------------- Old: ---- yast2-storage-ng-4.6.9.tar.bz2 New: ---- yast2-storage-ng-4.6.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-ng.spec ++++++ --- /var/tmp/diff_new_pack.mGd8q5/_old 2023-05-23 14:53:20.558056866 +0200 +++ /var/tmp/diff_new_pack.mGd8q5/_new 2023-05-23 14:53:20.562056889 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage-ng -Version: 4.6.9 +Version: 4.6.10 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only ++++++ yast2-storage-ng-4.6.9.tar.bz2 -> yast2-storage-ng-4.6.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.6.9/package/yast2-storage-ng.changes new/yast2-storage-ng-4.6.10/package/yast2-storage-ng.changes --- old/yast2-storage-ng-4.6.9/package/yast2-storage-ng.changes 2023-05-18 10:24:44.000000000 +0200 +++ new/yast2-storage-ng-4.6.10/package/yast2-storage-ng.changes 2023-05-22 10:30:50.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri May 19 15:36:55 UTC 2023 - José Iván López González <jlo...@suse.com> + +- Add bus_id for DASD (gh#yast/yast-storage-ng#1339, + gh#openSUSE/agama#578). +- 4.6.10 + +------------------------------------------------------------------- Wed May 17 11:45:26 UTC 2023 - Ancor Gonzalez Sosa <an...@suse.com> - GuidedProposal: allow Agama to configure exactly what to do with diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.6.9/package/yast2-storage-ng.spec new/yast2-storage-ng-4.6.10/package/yast2-storage-ng.spec --- old/yast2-storage-ng-4.6.9/package/yast2-storage-ng.spec 2023-05-18 10:24:44.000000000 +0200 +++ new/yast2-storage-ng-4.6.10/package/yast2-storage-ng.spec 2023-05-22 10:30:50.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-storage-ng -Version: 4.6.9 +Version: 4.6.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.6.9/src/lib/y2storage/dasd.rb new/yast2-storage-ng-4.6.10/src/lib/y2storage/dasd.rb --- old/yast2-storage-ng-4.6.9/src/lib/y2storage/dasd.rb 2023-05-18 10:24:44.000000000 +0200 +++ new/yast2-storage-ng-4.6.10/src/lib/y2storage/dasd.rb 2023-05-22 10:30:50.000000000 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) [2017] SUSE LLC +# Copyright (c) [2017-2023] SUSE LLC # # All Rights Reserved. # @@ -33,6 +33,10 @@ # @return [Boolean] whether this is a rotational device storage_forward :rotational? + # @!method bus_id + # @return [String] The bus ID of the DASD (e.g., "0.0.0150") + storage_forward :bus_id + # @!method type # @return [DasdType] storage_forward :type, as: "DasdType"