Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
26c4850b3a |
BIN
yast2-bootloader-5.0.15.tar.bz2
(Stored with Git LFS)
BIN
yast2-bootloader-5.0.15.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
yast2-bootloader-5.0.21.tar.bz2
(Stored with Git LFS)
Normal file
BIN
yast2-bootloader-5.0.21.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,7 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 11:55:34 UTC 2025 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Ensure that dracut is on target system for any bootloader to have
|
||||
proper initrd (jsc#AGM-154)
|
||||
- 5.0.21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 11:56:30 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- grub2-bls/systemdboot: Writing kernel parameters before installing
|
||||
the bootloader (bsc#1244399)
|
||||
- 5.0.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 14:30:17 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- Selecting grub2-bls bootloader if a TPM2/FIDO2 device is used for
|
||||
checking encryptions (jsc#PED-10703).
|
||||
- 5.0.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 07:33:02 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- Fixed following bugs:
|
||||
-- systemdboot_widgets shows undefined method >= for nil
|
||||
(bsc#1234871)
|
||||
-- Installer tries disabling sdboot timeout by setting -1
|
||||
(bsc#1240896)
|
||||
-- Error in Bootloader::Grub2Bls#grub2bls_architecture
|
||||
Details: undefined method (bsc#1241651)
|
||||
-- YaST installation with sd-boot: Disabling the menu
|
||||
timeout is not possible (bsc#1216366)
|
||||
- 5.0.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 06:25:27 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- Fixed typo "prefered_bootloader" (jsc#PED-1906).
|
||||
- 5.0.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 06:50:13 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- Calling "sdbootutil set-timeout" with the correct parameters
|
||||
(bsc#1236578).
|
||||
- 5.0.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 08:44:41 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- Enabled secure boot for grub2-bls (jsc#PED-10703).
|
||||
- 5.0.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 11:26:59 UTC 2025 - Stefan Schubert <schubi@suse.de>
|
||||
@@ -2292,8 +2341,8 @@ Tue Jul 29 09:23:34 UTC 2014 - jreidinger@suse.com
|
||||
avoid problems with other MBRs (bnc#887808, bnc#880439)
|
||||
- 3.1.73
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 07:18:47 UTC 2014 - jreidinger@suse.com
|
||||
|
||||
- fix proposing disabledos prober on certain products (SLES is
|
||||
@@ -3844,7 +3893,7 @@ Tue Jul 29 18:18:38 CEST 2008 - juhliarik@suse.cz
|
||||
/etc/sysconfig/bootloader (fate#302245)
|
||||
- 2.17.6
|
||||
|
||||
------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 17:52:58 CEST 2008 - juhliarik@suse.cz
|
||||
|
||||
- added powersaved=off to boot section for failsave (bnc#153345)
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 5.0.15
|
||||
Version: 5.0.21
|
||||
Release: 0
|
||||
Summary: YaST2 - Bootloader Configuration
|
||||
License: GPL-2.0-or-later
|
||||
@@ -30,8 +30,8 @@ BuildRequires: yast2 >= 4.5.16
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
# yast/rspec/helpers.rb
|
||||
BuildRequires: yast2-ruby-bindings >= 4.4.7
|
||||
# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
|
||||
BuildRequires: yast2-storage-ng >= 4.3.36
|
||||
# Supporting LUKS2 encryption by TPM2/FIDO2 device
|
||||
BuildRequires: yast2-storage-ng >= 5.0.31
|
||||
# lenses needed also for tests
|
||||
BuildRequires: augeas-lenses
|
||||
BuildRequires: update-desktop-files
|
||||
@@ -48,8 +48,8 @@ Requires: yast2 >= 4.5.16
|
||||
Requires: yast2-core >= 2.18.7
|
||||
Requires: yast2-packager >= 2.17.24
|
||||
Requires: yast2-pkg-bindings >= 2.17.25
|
||||
# Y2Storage::Arch#efibootmgr?
|
||||
Requires: yast2-storage-ng >= 4.4.22
|
||||
# Supporting LUKS2 encryption by TPM2/FIDO2 device
|
||||
Requires: yast2-storage-ng >= 5.0.31
|
||||
# Support for multiple values in GRUB_TERMINAL
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
|
||||
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also
|
||||
|
Reference in New Issue
Block a user