update to 37.20210103git [release 37.20210103git-1mamba;Sun Jan 03 2021]
This commit is contained in:
parent
6c195a02a3
commit
f5d7bfb6fe
11
efivar.spec
11
efivar.spec
@ -1,5 +1,5 @@
|
||||
Name: efivar
|
||||
Version: 37
|
||||
Version: 37.20210103git
|
||||
Release: 1mamba
|
||||
Summary: Tools and library to manipulate EFI variables
|
||||
Group: System/Kernel and Hardware
|
||||
@ -8,12 +8,11 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/vathpela/efivar
|
||||
## GITSOURCE https://github.com/vathpela/efivar.git 0.14
|
||||
Source: https://github.com/rhinstaller/efivar.git/%{version}/efivar-%{version}.tar.bz2
|
||||
#Source: https://github.com/vathpela/efivar.git/%{version}/efivar-%{version}.tar.bz2
|
||||
Source: https://github.com/rhinstaller/efivar.git/master/efivar-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpopt-devel
|
||||
BuildRequires: ldconfig
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -64,6 +63,7 @@ export PATH=%{_bindir}:$PATH
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/efivar
|
||||
#%{_bindir}/efivar-static
|
||||
%{_bindir}/thread-test
|
||||
%{_mandir}/man1/efivar.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
@ -83,6 +83,9 @@ export PATH=%{_bindir}:$PATH
|
||||
%{_mandir}/man3/efi_*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 37.20210103git-1mamba
|
||||
- update to 37.20210103git
|
||||
|
||||
* Thu Apr 18 2019 Automatic Build System <autodist@mambasoft.it> 37-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user