From f5d7bfb6fef7631ef64b3714e341232972f9c35f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:02:59 +0100 Subject: [PATCH] update to 37.20210103git [release 37.20210103git-1mamba;Sun Jan 03 2021] --- efivar.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/efivar.spec b/efivar.spec index c9103ef..c57bcb5 100644 --- a/efivar.spec +++ b/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 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 37.20210103git-1mamba +- update to 37.20210103git + * Thu Apr 18 2019 Automatic Build System 37-1mamba - automatic version update by autodist