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 2026-05-05 15:14:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng"
Tue May 5 15:14:30 2026 rev:184 rq:1350720 version:5.0.43
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2026-03-27 06:53:43.556412553 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.30200/yast2-storage-ng.changes
2026-05-05 15:14:32.321119270 +0200
@@ -1,0 +2,7 @@
+Mon May 4 11:06:16 UTC 2026 - José Iván López González <[email protected]>
+
+- Add device parameter to EncryptionProcess#finish_installation
+ (related to jsc#PED-10703).
+- 5.0.43
+
+-------------------------------------------------------------------
Old:
----
yast2-storage-ng-5.0.42.tar.bz2
New:
----
yast2-storage-ng-5.0.43.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-storage-ng.spec ++++++
--- /var/tmp/diff_new_pack.Qluszg/_old 2026-05-05 15:14:32.933144613 +0200
+++ /var/tmp/diff_new_pack.Qluszg/_new 2026-05-05 15:14:32.933144613 +0200
@@ -17,7 +17,7 @@
Name: yast2-storage-ng
-Version: 5.0.42
+Version: 5.0.43
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
++++++ yast2-storage-ng-5.0.42.tar.bz2 -> yast2-storage-ng-5.0.43.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.42/package/yast2-storage-ng.changes
new/yast2-storage-ng-5.0.43/package/yast2-storage-ng.changes
--- old/yast2-storage-ng-5.0.42/package/yast2-storage-ng.changes
2026-03-25 18:56:12.000000000 +0100
+++ new/yast2-storage-ng-5.0.43/package/yast2-storage-ng.changes
2026-05-04 16:07:00.000000000 +0200
@@ -1,14 +1,21 @@
-------------------------------------------------------------------
+Mon May 4 11:06:16 UTC 2026 - José Iván López González <[email protected]>
+
+- Add device parameter to EncryptionProcess#finish_installation
+ (related to jsc#PED-10703).
+- 5.0.43
+
+-------------------------------------------------------------------
Wed Mar 25 17:45:35 UTC 2026 - Michal Filka <[email protected]>
- jsc#PED-14507
- - Removed reference to update-desktop-files from spec file
+ - Removed reference to update-desktop-files from spec file
- 5.0.42
-------------------------------------------------------------------
Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]>
- jsc#PED-14507
- - Removed reference to update-desktop-files from spec file
+ - Removed reference to update-desktop-files from spec file
- 5.0.42
-------------------------------------------------------------------
Fri Mar 6 10:50:26 UTC 2026 - Ancor Gonzalez Sosa <[email protected]>
@@ -321,7 +328,7 @@
Wed Jul 5 13:42:12 UTC 2023 - Stefan Hundhammer <[email protected]>
- Ensure adding storage support software packages for MicroOS
- which uses its custom partitions_proposal client, not the
+ which uses its custom partitions_proposal client, not the
standard inst_disk_proposal client (bsc#1212452)
https://github.com/yast/yast-storage-ng/pull/1351
- 4.6.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.42/package/yast2-storage-ng.spec
new/yast2-storage-ng-5.0.43/package/yast2-storage-ng.spec
--- old/yast2-storage-ng-5.0.42/package/yast2-storage-ng.spec 2026-03-25
18:56:12.000000000 +0100
+++ new/yast2-storage-ng-5.0.43/package/yast2-storage-ng.spec 2026-05-04
16:07:00.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-storage-ng
-Version: 5.0.42
+Version: 5.0.43
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-5.0.42/src/lib/y2storage/encryption.rb
new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption.rb
--- old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption.rb 2026-03-25
18:56:12.000000000 +0100
+++ new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption.rb 2026-05-04
16:07:00.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) [2017-2020] SUSE LLC
+# Copyright (c) [2017-2026] SUSE LLC
#
# All Rights Reserved.
#
@@ -373,7 +373,7 @@
# before unmounting the target system, when all the so-called finish
clients
# are executed
def finish_installation
- encryption_process&.finish_installation
+ encryption_process&.finish_installation(self)
end
# Features that must be supported in the target system to finish the
encryption
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption_processes/base.rb
new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption_processes/base.rb
--- old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption_processes/base.rb
2026-03-25 18:56:12.000000000 +0100
+++ new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption_processes/base.rb
2026-05-04 16:07:00.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) [2019-2023] SUSE LLC
+# Copyright (c) [2019-2026] SUSE LLC
#
# All Rights Reserved.
#
@@ -76,7 +76,9 @@
# Executes the actions that must be performed at the end of the
installation,
# before unmounting the target system
- def finish_installation; end
+ #
+ # @param _device [Encryption]
+ def finish_installation(_device); end
# Open options for the encryption device
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption_processes/pervasive.rb
new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption_processes/pervasive.rb
---
old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption_processes/pervasive.rb
2026-03-25 18:56:12.000000000 +0100
+++
new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption_processes/pervasive.rb
2026-05-04 16:07:00.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) [2019-2025] SUSE LLC
+# Copyright (c) [2019-2026] SUSE LLC
#
# All Rights Reserved.
#
@@ -140,7 +140,9 @@
#
# Copies the keys from the zkey repository of the inst-sys to the
# repository of the target system.
- def finish_installation
+ #
+ # @param _device [Encryption]
+ def finish_installation(_device)
secure_key.copy_to_repository(Yast::Installation.destdir)
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb
new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb
---
old/yast2-storage-ng-5.0.42/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb
2026-03-25 18:56:12.000000000 +0100
+++
new/yast2-storage-ng-5.0.43/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb
2026-05-04 16:07:00.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) [2023] SUSE LLC
+# Copyright (c) [2023-2026] SUSE LLC
#
# All Rights Reserved.
#
@@ -122,7 +122,9 @@
end
# @see Base#finish_installation
- def finish_installation
+ #
+ # @param _device [Encryption]
+ def finish_installation(_device)
# This procedure is only needed once
return if self.class.devices.empty?