From 02bc8b65f1271b155c10b90fff1495cb716aabbb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 13:16:59 +0100 Subject: [PATCH] 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 --- efivar.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/efivar.spec b/efivar.spec index 53ccd28..13f8e1a 100644 --- a/efivar.spec +++ b/efivar.spec @@ -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 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Oct 27 2020 Petr Pisar - 37-14 - Fix XML ABI dumps that were generated with a faulty GCC and missed the variadic arguments when building without LTO (bug #1863475)