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-16 19:24:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng"
Sat May 16 19:24:51 2026 rev:186 rq:1353424 version:5.0.48
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2026-05-13 20:59:18.261057285 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1966/yast2-storage-ng.changes
2026-05-16 19:26:00.881697571 +0200
@@ -1,0 +2,20 @@
+Fri May 15 13:43:54 UTC 2026 - Ancor Gonzalez Sosa <[email protected]>
+
+- Use the session keyring instead of the user one to communicate
+ with sdbootutil (related to jsc#PED-10703).
+- 5.0.48
+
+-------------------------------------------------------------------
+Fri May 15 10:59:55 UTC 2026 - Ancor Gonzalez Sosa <[email protected]>
+
+- Make sure to mount sys/kernel/security for the final steps of
+ the installation (related to jsc#PED-10703).
+- 5.0.47
+
+-------------------------------------------------------------------
+Thu May 14 08:03:48 UTC 2026 - José Iván López González <[email protected]>
+
+- Set BLS LEGACY bootloader as BLS (related to jsc#PED-10703).
+- 5.0.46
+
+-------------------------------------------------------------------
Old:
----
yast2-storage-ng-5.0.45.tar.bz2
New:
----
yast2-storage-ng-5.0.48.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-storage-ng.spec ++++++
--- /var/tmp/diff_new_pack.8cM1U3/_old 2026-05-16 19:26:01.569725782 +0200
+++ /var/tmp/diff_new_pack.8cM1U3/_new 2026-05-16 19:26:01.569725782 +0200
@@ -17,7 +17,7 @@
Name: yast2-storage-ng
-Version: 5.0.45
+Version: 5.0.48
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
++++++ yast2-storage-ng-5.0.45.tar.bz2 -> yast2-storage-ng-5.0.48.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.45/package/yast2-storage-ng.changes
new/yast2-storage-ng-5.0.48/package/yast2-storage-ng.changes
--- old/yast2-storage-ng-5.0.45/package/yast2-storage-ng.changes
2026-05-13 15:12:51.000000000 +0200
+++ new/yast2-storage-ng-5.0.48/package/yast2-storage-ng.changes
2026-05-15 16:18:41.000000000 +0200
@@ -1,4 +1,24 @@
-------------------------------------------------------------------
+Fri May 15 13:43:54 UTC 2026 - Ancor Gonzalez Sosa <[email protected]>
+
+- Use the session keyring instead of the user one to communicate
+ with sdbootutil (related to jsc#PED-10703).
+- 5.0.48
+
+-------------------------------------------------------------------
+Fri May 15 10:59:55 UTC 2026 - Ancor Gonzalez Sosa <[email protected]>
+
+- Make sure to mount sys/kernel/security for the final steps of
+ the installation (related to jsc#PED-10703).
+- 5.0.47
+
+-------------------------------------------------------------------
+Thu May 14 08:03:48 UTC 2026 - José Iván López González <[email protected]>
+
+- Set BLS LEGACY bootloader as BLS (related to jsc#PED-10703).
+- 5.0.46
+
+-------------------------------------------------------------------
Wed May 13 08:50:12 UTC 2026 - José Iván López González <[email protected]>
- Allow checking if a bootloader type is BLS-compliant (related to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.45/package/yast2-storage-ng.spec
new/yast2-storage-ng-5.0.48/package/yast2-storage-ng.spec
--- old/yast2-storage-ng-5.0.45/package/yast2-storage-ng.spec 2026-05-13
15:12:51.000000000 +0200
+++ new/yast2-storage-ng-5.0.48/package/yast2-storage-ng.spec 2026-05-15
16:18:41.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-storage-ng
-Version: 5.0.45
+Version: 5.0.48
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.45/src/lib/y2storage/bootloader_type.rb
new/yast2-storage-ng-5.0.48/src/lib/y2storage/bootloader_type.rb
--- old/yast2-storage-ng-5.0.45/src/lib/y2storage/bootloader_type.rb
2026-05-13 15:12:51.000000000 +0200
+++ new/yast2-storage-ng-5.0.48/src/lib/y2storage/bootloader_type.rb
2026-05-15 16:18:41.000000000 +0200
@@ -47,7 +47,7 @@
# Special value used to specify a BLS-capable bootloader that must be
installed in a way that is
# backwards compatible with Grub2. Used by YaST to ensure things keep
working with its partial
# and debatable implementation of BLS.
- BLS_LEGACY = new("bls-legacy")
+ BLS_LEGACY = new("bls-legacy", bls: true)
# Instance of the bootloader type to be always returned by the class
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.45/src/lib/y2storage/clients/inst_prepdisk.rb
new/yast2-storage-ng-5.0.48/src/lib/y2storage/clients/inst_prepdisk.rb
--- old/yast2-storage-ng-5.0.45/src/lib/y2storage/clients/inst_prepdisk.rb
2026-05-13 15:12:51.000000000 +0200
+++ new/yast2-storage-ng-5.0.48/src/lib/y2storage/clients/inst_prepdisk.rb
2026-05-15 16:18:41.000000000 +0200
@@ -79,10 +79,7 @@
mount_in_target("/proc", "proc", "-t proc")
mount_in_target("/sys", "sysfs", "-t sysfs")
mount_in_target(EFIVARS_PATH, "efivarfs", "-t efivarfs") if
mount_efivars?
- devicegraph = manager.staging
- if devicegraph.encryptions.any? { |e| e.method&.is?(:systemd_fde) }
- mount_in_target("/sys/kernel/security", "securityfs", "-t
securityfs")
- end
+ mount_in_target("/sys/kernel/security", "securityfs", "-t securityfs")
# systemd makes default for mount bind sharable, but it causes
troubles with
# systemd credentials that created another mount point under /run when
someone
# logs in. Result is that later /run cannot be unmounted. There is no
benefit now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.45/src/lib/y2storage/encryption_processes/sdboot.rb
new/yast2-storage-ng-5.0.48/src/lib/y2storage/encryption_processes/sdboot.rb
---
old/yast2-storage-ng-5.0.45/src/lib/y2storage/encryption_processes/sdboot.rb
2026-05-13 15:12:51.000000000 +0200
+++
new/yast2-storage-ng-5.0.48/src/lib/y2storage/encryption_processes/sdboot.rb
2026-05-15 16:18:41.000000000 +0200
@@ -99,7 +99,7 @@
return
end
- Yast::Execute.on_target!("keyctl", "padd", "user", kind, "@u",
+ Yast::Execute.on_target!("keyctl", "padd", "user", kind, "@s",
recorder: Yast::ReducedRecorder.new(skip: :stdin),
stdin: password)
rescue Cheetah::ExecutionFailed => e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.45/test/y2storage/encryption_processes/sdboot_test.rb
new/yast2-storage-ng-5.0.48/test/y2storage/encryption_processes/sdboot_test.rb
---
old/yast2-storage-ng-5.0.45/test/y2storage/encryption_processes/sdboot_test.rb
2026-05-13 15:12:51.000000000 +0200
+++
new/yast2-storage-ng-5.0.48/test/y2storage/encryption_processes/sdboot_test.rb
2026-05-15 16:18:41.000000000 +0200
@@ -97,7 +97,7 @@
it "exports password for cryptenroll" do
expect(Yast::Execute).to receive(:on_target!)
.with(
- "keyctl", "padd", "user", "cryptenroll", "@u",
+ "keyctl", "padd", "user", "cryptenroll", "@s",
hash_including(stdin: password)
)
@@ -107,7 +107,7 @@
it "exports password for sdbootutil" do
expect(Yast::Execute).to receive(:on_target!)
.with(
- "keyctl", "padd", "user", "sdbootutil", "@u",
+ "keyctl", "padd", "user", "sdbootutil", "@s",
hash_including(stdin: password)
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-5.0.45/test/y2storage/tpm_bls_encryption_test.rb
new/yast2-storage-ng-5.0.48/test/y2storage/tpm_bls_encryption_test.rb
--- old/yast2-storage-ng-5.0.45/test/y2storage/tpm_bls_encryption_test.rb
2026-05-13 15:12:51.000000000 +0200
+++ new/yast2-storage-ng-5.0.48/test/y2storage/tpm_bls_encryption_test.rb
2026-05-15 16:18:41.000000000 +0200
@@ -52,12 +52,12 @@
it "adds password used by systemd-cryptenroll" do
expect(Yast::Execute)
.to(receive(:on_target!))
- .with("keyctl", "padd", "user", "cryptenroll", "@u",
+ .with("keyctl", "padd", "user", "cryptenroll", "@s",
hash_including(stdin: "notsecret-sda1"))
expect(Yast::Execute)
.to(receive(:on_target!))
- .with("keyctl", "padd", "user", "cryptenroll", "@u",
+ .with("keyctl", "padd", "user", "cryptenroll", "@s",
hash_including(stdin: "notsecret-sda2"))
manager.staging.finish_installation
@@ -66,12 +66,12 @@
it "adds password used by sdbootutil" do
expect(Yast::Execute)
.to(receive(:on_target!))
- .with("keyctl", "padd", "user", "sdbootutil", "@u",
+ .with("keyctl", "padd", "user", "sdbootutil", "@s",
hash_including(stdin: "notsecret-sda1"))
expect(Yast::Execute)
.to(receive(:on_target!))
- .with("keyctl", "padd", "user", "sdbootutil", "@u",
+ .with("keyctl", "padd", "user", "sdbootutil", "@s",
hash_including(stdin: "notsecret-sda2"))
manager.staging.finish_installation