update to 39 [release 39-1mamba;Thu Mar 14 2024]

This commit is contained in:
Silvan Calarco 2024-03-30 11:25:16 +01:00
parent f5d7bfb6fe
commit ff428e3355

View File

@ -1,5 +1,5 @@
Name: efivar Name: efivar
Version: 37.20210103git Version: 39
Release: 1mamba Release: 1mamba
Summary: Tools and library to manipulate EFI variables Summary: Tools and library to manipulate EFI variables
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
@ -7,15 +7,13 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/vathpela/efivar 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/rhinstaller/efivar.git/master/efivar-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: mandoc
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Tools and library to manipulate EFI variables. Tools and library to manipulate EFI variables.
@ -36,7 +34,6 @@ Requires: pkg-config
%description -n lib%{name}-devel %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package %debug_package
%prep %prep
@ -62,12 +59,13 @@ export PATH=%{_bindir}:$PATH
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/efivar %{_bindir}/efivar
#%{_bindir}/efivar-static %{_bindir}/efisecdb
%{_bindir}/thread-test %{_mandir}/man1/efisecdb.1*
%{_mandir}/man1/efivar.1* %{_mandir}/man1/efivar.1*
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libefisec.so.*
%{_libdir}/libefivar.so.* %{_libdir}/libefivar.so.*
%{_libdir}/libefiboot.so.* %{_libdir}/libefiboot.so.*
%doc COPYING %doc COPYING
@ -76,13 +74,18 @@ export PATH=%{_bindir}:$PATH
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/efivar %dir %{_includedir}/efivar
%{_includedir}/efivar/efi*.h %{_includedir}/efivar/efi*.h
%{_libdir}/libefisec.so
%{_libdir}/libefivar.so %{_libdir}/libefivar.so
%{_libdir}/libefiboot.so %{_libdir}/libefiboot.so
%{_libdir}/pkgconfig/efisec.pc
%{_libdir}/pkgconfig/efiboot.pc %{_libdir}/pkgconfig/efiboot.pc
%{_libdir}/pkgconfig/efivar.pc %{_libdir}/pkgconfig/efivar.pc
%{_mandir}/man3/efi_*.3* %{_mandir}/man3/efi_*.3*
%changelog %changelog
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 39-1mamba
- update to 39
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 37.20210103git-1mamba * Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 37.20210103git-1mamba
- update to 37.20210103git - update to 37.20210103git