Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/efivar.git#eda0ac8b574062b8a77f29be7784e5490e8f93a7
This commit is contained in:
DistroBaker 2021-02-03 13:16:59 +01:00
parent 862bb97d65
commit 02bc8b65f1

View File

@ -1,6 +1,6 @@
Name: efivar
Version: 37
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Tools to manage UEFI variables
License: LGPL-2.1
URL: https://github.com/rhboot/efivar
@ -9,6 +9,7 @@ ExclusiveArch: %{efi}
BuildRequires: gcc
BuildRequires: efi-srpm-macros git glibc-static libabigail
BuildRequires: make
# please don't fix this to reflect github's incomprehensible url that goes
# to a different tarball.
Source0: https://github.com/rhboot/efivar/releases/download/%{version}/efivar-%{version}.tar.bz2
@ -87,6 +88,9 @@ make abicheck
%{_libdir}/*.so.*
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Oct 27 2020 Petr Pisar <ppisar@redhat.com> - 37-14
- Fix XML ABI dumps that were generated with a faulty GCC and missed the
variadic arguments when building without LTO (bug #1863475)