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)