diff --git a/sysfsutils.spec b/sysfsutils.spec index 401a64a..e58db6c 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -4,7 +4,7 @@ Name: sysfsutils Version: 2.1.0 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Utilities for interfacing with sysfs URL: https://github.com/linux-ras/sysfsutils License: GPLv2 @@ -25,6 +25,7 @@ Patch8: 0008-clarify-license-fix-typos.patch # upstream issue #12 / PR#13 Patch9: 0009-fix-GCC-11-build-failure.patch +BuildRequires: make BuildRequires: gcc %description @@ -89,6 +90,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.1.0-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Sep 21 2020 Christopher Engelhard - 2.1.0-32 - fix GCC-11 build failure due to buffer overread, h/t Jeff Law