From afe18d3d3584ad265ff97909fb0e80f96f97534c Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:18:42 +0000 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/sysfsutils.git#a15ce3682b3aea0cd2af9f86c578cc7e708e99bd --- sysfsutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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