Steffen Winterfeldt 2023-06-26 15:15:35 +00:00 committed by Git OBS Bridge
parent 7e5d6631db
commit 3d89602758
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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