Sync from SUSE:SLFO:Main perl-Bootloader revision 46a8d722f0853b4867fc3f77444f75c3

This commit is contained in:
Adrian Schröter 2024-06-12 22:21:24 +02:00
parent e24f483c93
commit 289b8a5489
4 changed files with 86 additions and 8 deletions

BIN
perl-Bootloader-1.13.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
perl-Bootloader-1.6.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,84 @@
--------------------------------------------------------------------
Mon Mar 18 15:48:56 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#165
- show script error messages also on console
- optimize Makefile
- handle missing grub-installdevice also on powerpc-ieee1275
- add kexec-bootloader test results
- log grub2-install errors correctly (bsc#1221470)
- support logging command exit codes in tests
- update test cases to include exit code checks
- update test result data
- fix bootloader_entry and update-bootloader exit status
- add tests for bootloader_entry and update-bootloader
- 1.13
Mon Feb 19 19:51:19 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#163
- validate test output for each shell individually
- update and extend tests
- reworked default-settings command
- add test case for default-settings
- rework get-option command
- add test case for get-option
- rework del-option command
- add test case for del-option
- rework add-option command
- add test case for add-option
- rework grub2-efi install
- adjust some tests
- systemd-boot test adjusted
- rework remove-kernel option and add tests
- rework add-kernel option and add tests
- adjust kexec-bootloader and add tests
- remove support for dash
- remove ancient perl library code from master branch
- updated git2log script
- adjust spec file
- rewrite grub2 install to be more compatible (bsc#1214361)
- 1.12
--------------------------------------------------------------------
Thu Jan 25 16:22:23 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#162
- handle script exit codes properly (bsc#1218847)
- 1.11
--------------------------------------------------------------------
Wed Dec 20 11:35:25 UTC 2023 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#160
- fix 'pbl --version' to show correct version number
- 1.10
--------------------------------------------------------------------
Thu Dec 14 17:41:41 UTC 2023 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#159
- rewrite pbl in sh (bsc#1214361)
- adjust Makefile
- add tests
- Makefile cleanup
- 1.9
--------------------------------------------------------------------
Thu Sep 7 17:05:41 UTC 2023 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#158
- skip warning about unsupported options when in compat mode
- 1.8
--------------------------------------------------------------------
Thu Sep 7 16:36:25 UTC 2023 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#156
- bootloader_entry script can have an optional 'force-default'
argument (bsc#1215064)
- 1.7
--------------------------------------------------------------------
Mon Jul 3 12:40:36 UTC 2023 - wfeldt@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Bootloader
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,10 +25,9 @@
%{!?_distconfdir:%global _distconfdir /etc}
Name: perl-Bootloader
Version: 1.6
Version: 1.13
Release: 0
Requires: coreutils
Requires: perl-base = %{perl_version}
Obsoletes: perl-Bootloader-YAML < %{version}
Conflicts: kexec-tools < 2.0.26.0
Summary: Tool for boot loader configuration
@ -37,9 +36,7 @@ Group: System/Boot
URL: https://github.com/openSUSE/perl-bootloader
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: rubygem(asciidoctor)
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
%description
Shell script wrapper for configuring various boot loaders.