- release 1.4
OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=282
This commit is contained in:
parent
7e5d6631db
commit
3d89602758
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1828e15e60d978a9dab96ece3948e873c20b72669ea170eed11a39235dacefd9
|
|
||||||
size 167844
|
|
3
perl-Bootloader-1.4.tar.xz
Normal file
3
perl-Bootloader-1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b7de1932ac581076a276a7fd80a724ddfd1456f0bbd3a27f0e18b30315a47ff
|
||||||
|
size 169692
|
@ -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
|
Mon Jun 26 10:21:53 UTC 2023 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%{!?_distconfdir:%global _distconfdir /etc}
|
%{!?_distconfdir:%global _distconfdir /etc}
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: perl-base = %{perl_version}
|
Requires: perl-base = %{perl_version}
|
||||||
@ -37,6 +37,7 @@ URL: https://github.com/openSUSE/perl-bootloader
|
|||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: rubygem(asciidoctor)
|
||||||
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
|
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -49,6 +50,10 @@ Shell script wrapper for configuring various boot loaders.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} SBINDIR=%{sbindir} ETCDIR=%{_distconfdir}
|
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
|
mkdir -p %{buildroot}/var/log
|
||||||
touch %{buildroot}/var/log/pbl.log
|
touch %{buildroot}/var/log/pbl.log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user