--------------------------------------------------------------------

- adjust spec file
- updated git2log script
- remove ancient perl library code from master branch
- remove support for dash
- adjust kexec-bootloader and add tests
- rework add-kernel option and add tests
- rework remove-kernel option and add tests
- systemd-boot test adjusted
- adjust some tests
- rework grub2-efi install
- add test case for add-option
- rework add-option command
- add test case for del-option
- rework del-option command
- add test case for get-option
- rework get-option command
- add test case for default-settings
- reworked default-settings command
- update and extend tests
- validate test output for each shell individually
- rewrite grub2 install to be more compatible (bsc#1214361)
- 1.12

OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=299
This commit is contained in:
Steffen Winterfeldt 2024-02-19 19:51:02 +00:00 committed by Git OBS Bridge
parent 1759bdddc1
commit a3cab94dd0
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6039e163422f6ed572e2d21797155cb96f67a5309ce8aee1966092c70046e19d
size 176020

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:446d23be68c97b07e83e3b9986633023ed8654fe72c6d3d7c8a819a3c7b6893a
size 54460

View File

@ -1,3 +1,29 @@
--------------------------------------------------------------------
Mon Feb 19 19:27:05 UTC 2024 - wfeldt@opensuse.org
- adjust spec file
- updated git2log script
- remove ancient perl library code from master branch
- remove support for dash
- adjust kexec-bootloader and add tests
- rework add-kernel option and add tests
- rework remove-kernel option and add tests
- systemd-boot test adjusted
- adjust some tests
- rework grub2-efi install
- add test case for add-option
- rework add-option command
- add test case for del-option
- rework del-option command
- add test case for get-option
- rework get-option command
- add test case for default-settings
- reworked default-settings command
- update and extend tests
- validate test output for each shell individually
- rewrite grub2 install to be more compatible (bsc#1214361)
- 1.12
-------------------------------------------------------------------- --------------------------------------------------------------------
Thu Jan 25 16:22:23 UTC 2024 - wfeldt@opensuse.org Thu Jan 25 16:22:23 UTC 2024 - wfeldt@opensuse.org

View File

@ -25,7 +25,7 @@
%{!?_distconfdir:%global _distconfdir /etc} %{!?_distconfdir:%global _distconfdir /etc}
Name: perl-Bootloader Name: perl-Bootloader
Version: 1.11 Version: 1.12
Release: 0 Release: 0
Requires: coreutils Requires: coreutils
Requires: perl-base = %{perl_version} Requires: perl-base = %{perl_version}