From 289b8a5489b2138aef6f1029da4099c18a4cc81f581eac3904b3f41bb8481a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 12 Jun 2024 22:21:24 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-Bootloader revision 46a8d722f0853b4867fc3f77444f75c3 --- perl-Bootloader-1.13.tar.xz | 3 ++ perl-Bootloader-1.6.tar.xz | 3 -- perl-Bootloader.changes | 81 +++++++++++++++++++++++++++++++++++++ perl-Bootloader.spec | 7 +--- 4 files changed, 86 insertions(+), 8 deletions(-) create mode 100644 perl-Bootloader-1.13.tar.xz delete mode 100644 perl-Bootloader-1.6.tar.xz diff --git a/perl-Bootloader-1.13.tar.xz b/perl-Bootloader-1.13.tar.xz new file mode 100644 index 0000000..37f7a97 --- /dev/null +++ b/perl-Bootloader-1.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd125d46eb3dedb8906342969e6c3491599b49864f306ff9f12bfc7415fc92a +size 56960 diff --git a/perl-Bootloader-1.6.tar.xz b/perl-Bootloader-1.6.tar.xz deleted file mode 100644 index 1225875..0000000 --- a/perl-Bootloader-1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c798638f216b3e13c9f3152f99a1f6e5cee4556952a67d2c08c367c2251648a -size 169816 diff --git a/perl-Bootloader.changes b/perl-Bootloader.changes index 417ee8e..5742985 100644 --- a/perl-Bootloader.changes +++ b/perl-Bootloader.changes @@ -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 diff --git a/perl-Bootloader.spec b/perl-Bootloader.spec index 226f585..e4efe67 100644 --- a/perl-Bootloader.spec +++ b/perl-Bootloader.spec @@ -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.