Accepting request 1095455 from Base:System

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/1095455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=207
This commit is contained in:
Dominique Leuenberger 2023-06-27 21:15:46 +00:00 committed by Git OBS Bridge
commit 7d19bd7480
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c30ffb882a69682f7837c9b585045db328987cf41a7b42f4f33f2770aacb1d4
size 167736

View File

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

View File

@ -1,3 +1,19 @@
--------------------------------------------------------------------
Mon Jun 26 15:14:11 UTC 2023 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#151
- default-settings: support non-x86 architectures
- add man pages for all commands
- 1.4
--------------------------------------------------------------------
Mon Jun 26 10:21:53 UTC 2023 - wfeldt@opensuse.org
- merge gh#openSUSE/perl-bootloader#149
- use signed grub EFI binary when updating grub in default EFI
location (bsc#1210799)
- 1.3
--------------------------------------------------------------------
Wed May 31 13:54:55 UTC 2023 - wfeldt@opensuse.org

View File

@ -25,7 +25,7 @@
%{!?_distconfdir:%global _distconfdir /etc}
Name: perl-Bootloader
Version: 1.2
Version: 1.4
Release: 0
Requires: coreutils
Requires: perl-base = %{perl_version}
@ -37,6 +37,7 @@ 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
@ -49,6 +50,10 @@ Shell script wrapper for configuring various boot loaders.
%install
make install DESTDIR=%{buildroot} SBINDIR=%{sbindir} ETCDIR=%{_distconfdir}
make doc
install -D -m 644 pbl.8 %{buildroot}%{_mandir}/man8/pbl.8
install -D -m 644 bootloader_entry.8 %{buildroot}%{_mandir}/man8/bootloader_entry.8
install -D -m 644 update-bootloader.8 %{buildroot}%{_mandir}/man8/update-bootloader.8
mkdir -p %{buildroot}/var/log
touch %{buildroot}/var/log/pbl.log