76 lines
2.2 KiB
RPMSpec
76 lines
2.2 KiB
RPMSpec
Name: efibootmgr
|
|
Version: 18
|
|
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: https://linux.dell.com/efibootmgr/efibootmgr.txt
|
|
Source: https://github.com/rhboot/efibootmgr.git/%{version}/efibootmgr-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libefivar-devel
|
|
BuildRequires: libpopt-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libefivar-devel >= 32-1mamba
|
|
|
|
%description
|
|
A user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%make EFIDIR=openmamba
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall EFIDIR=openmamba
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sbindir}/%{name}
|
|
%{_sbindir}/efibootdump
|
|
%{_mandir}/man8/%{name}.8*
|
|
%{_mandir}/man8/efibootdump.8*
|
|
%doc AUTHORS COPYING
|
|
#README
|
|
|
|
%changelog
|
|
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Wed Oct 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 14-1mamba
|
|
- update to 14
|
|
- rebuilt with efivar 27
|
|
|
|
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 0.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 12 2014 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
|
- update to 0.8.0
|
|
|
|
* Mon Jul 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
|
- update to 0.7.0
|
|
|
|
* Sat Jan 26 2013 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 12 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-1mamba
|
|
- package created by autospec
|