diff --git a/perl-Bootloader-1.2.tar.xz b/perl-Bootloader-1.2.tar.xz deleted file mode 100644 index 5f2e062..0000000 --- a/perl-Bootloader-1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c30ffb882a69682f7837c9b585045db328987cf41a7b42f4f33f2770aacb1d4 -size 167736 diff --git a/perl-Bootloader-1.4.tar.xz b/perl-Bootloader-1.4.tar.xz new file mode 100644 index 0000000..74d9668 --- /dev/null +++ b/perl-Bootloader-1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7de1932ac581076a276a7fd80a724ddfd1456f0bbd3a27f0e18b30315a47ff +size 169692 diff --git a/perl-Bootloader.changes b/perl-Bootloader.changes index 6848cbc..5084972 100644 --- a/perl-Bootloader.changes +++ b/perl-Bootloader.changes @@ -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 diff --git a/perl-Bootloader.spec b/perl-Bootloader.spec index 36a3918..cc63e8a 100644 --- a/perl-Bootloader.spec +++ b/perl-Bootloader.spec @@ -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