update to 17 [release 17-1mamba;Tue Sep 04 2018]
This commit is contained in:
parent
e75612d21a
commit
15bd23f88e
@ -1,15 +1,13 @@
|
||||
Name: efibootmgr
|
||||
Version: 14
|
||||
Release: 2mamba
|
||||
Version: 17
|
||||
Release: 1mamba
|
||||
Summary: A user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://linux.dell.com/efibootmgr/efibootmgr.txt
|
||||
Source: https://github.com/rhinstaller/efibootmgr/releases/download/%{version}/efibootmgr-%{version}.tar.bz2
|
||||
#Source: https://github.com/vathpela/efibootmgr.git/efibootmgr-%{version}/efibootmgr-%{version}.tar.bz2
|
||||
#Source: http://linux.dell.com/efibootmgr/permalink/efibootmgr-%{version}.tar.gz
|
||||
Source: https://github.com/rhboot/efibootmgr.git/%{version}/efibootmgr-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -26,12 +24,12 @@ A user-space application to modify the Intel Extensible Firmware Interface (EFI)
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
%make EFIDIR=openmamba
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%makeinstall
|
||||
%makeinstall EFIDIR=openmamba
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -46,6 +44,9 @@ A user-space application to modify the Intel Extensible Firmware Interface (EFI)
|
||||
#README
|
||||
|
||||
%changelog
|
||||
* Tue Sep 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 17-1mamba
|
||||
- update to 17
|
||||
|
||||
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 14-2mamba
|
||||
- rebuilt by autoport with build requirements: libefivar-devel>=32-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user