- release 1.6
OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=286
This commit is contained in:
parent
2f83b66f31
commit
ba6a48ab27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d759711073aca9ee4a21681e1ac17c28f5e4bea76aa5762b4153d5cfcbb4d317
|
||||
size 169792
|
BIN
perl-Bootloader-1.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
perl-Bootloader-1.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
--------------------------------------------------------------------
|
||||
Mon Jul 3 12:40:36 UTC 2023 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/perl-bootloader#154
|
||||
- move kexec-bootloader from kexec-tools to perl-Bootloader
|
||||
- 1.6
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Jun 28 13:58:27 UTC 2023 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -25,11 +25,12 @@
|
||||
%{!?_distconfdir:%global _distconfdir /etc}
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
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
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Boot
|
||||
@ -54,6 +55,7 @@ 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
|
||||
install -D -m 644 kexec-bootloader.8 %{buildroot}%{_mandir}/man8/kexec-bootloader.8
|
||||
mkdir -p %{buildroot}/var/log
|
||||
touch %{buildroot}/var/log/pbl.log
|
||||
|
||||
@ -68,6 +70,7 @@ chmod 600 /var/log/pbl.log
|
||||
%doc boot.readme
|
||||
%{sbindir}/update-bootloader
|
||||
%{sbindir}/pbl
|
||||
%{sbindir}/kexec-bootloader
|
||||
/usr/lib/bootloader
|
||||
%if "%{_distconfdir}" == "/etc"
|
||||
%config(noreplace) %{_distconfdir}/logrotate.d/pbl
|
||||
|
Loading…
x
Reference in New Issue
Block a user