Accepting request 1147668 from Base:System

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/1147668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=214
This commit is contained in:
Ana Guerrero 2024-02-21 16:52:01 +00:00 committed by Git OBS Bridge
commit 19ed26290c
4 changed files with 30 additions and 7 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:9ec156ccaab5a4bb936a42264f359fa429b1c305db465c5cb9691356f270dc07
size 54488

View File

@ -1,3 +1,29 @@
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

View File

@ -25,10 +25,9 @@
%{!?_distconfdir:%global _distconfdir /etc}
Name: perl-Bootloader
Version: 1.11
Version: 1.12
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.