Skip to content

Commit b4f206d

Browse files
committed
packaging
1 parent 0bfa3d0 commit b4f206d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package/yast2-bootloader.changes

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------
2+
Fri Mar 14 14:06:16 UTC 2025 - Stefan Schubert <[email protected]>
3+
4+
- Selecting grub2-bls bootloader if a TPM2 device is used for
5+
checking encryptions (jsc#PED-10703).
6+
- 5.0.16
7+
18
-------------------------------------------------------------------
29
Thu Feb 27 08:44:41 UTC 2025 - Stefan Schubert <[email protected]>
310

package/yast2-bootloader.spec

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
Name: yast2-bootloader
20-
Version: 5.0.15
20+
Version: 5.0.16
2121
Release: 0
2222
Summary: YaST2 - Bootloader Configuration
2323
License: GPL-2.0-or-later
@@ -30,8 +30,8 @@ BuildRequires: yast2 >= 4.5.16
3030
BuildRequires: yast2-devtools >= 4.2.2
3131
# yast/rspec/helpers.rb
3232
BuildRequires: yast2-ruby-bindings >= 4.4.7
33-
# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
34-
BuildRequires: yast2-storage-ng >= 4.3.36
33+
# Supporting LUKS2 encryption by TPM2 device
34+
BuildRequires: yast2-storage-ng >= 5.0.28
3535
# lenses needed also for tests
3636
BuildRequires: augeas-lenses
3737
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
@@ -47,8 +47,8 @@ Requires: yast2 >= 4.5.16
4747
Requires: yast2-core >= 2.18.7
4848
Requires: yast2-packager >= 2.17.24
4949
Requires: yast2-pkg-bindings >= 2.17.25
50-
# Y2Storage::Arch#efibootmgr?
51-
Requires: yast2-storage-ng >= 4.4.22
50+
# Supporting LUKS2 encryption by TPM2 device
51+
Requires: yast2-storage-ng >= 5.0.28
5252
# Support for multiple values in GRUB_TERMINAL
5353
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
5454
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also

0 commit comments

Comments
 (0)