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
|
Name: efibootmgr
|
||||||
Version: 14
|
Version: 17
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager
|
Summary: A user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://linux.dell.com/efibootmgr/efibootmgr.txt
|
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/rhboot/efibootmgr.git/%{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
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -26,12 +24,12 @@ A user-space application to modify the Intel Extensible Firmware Interface (EFI)
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make EFIDIR=openmamba
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall EFIDIR=openmamba
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -46,6 +44,9 @@ A user-space application to modify the Intel Extensible Firmware Interface (EFI)
|
|||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 14-2mamba
|
||||||
- rebuilt by autoport with build requirements: libefivar-devel>=32-1mamba
|
- rebuilt by autoport with build requirements: libefivar-devel>=32-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user