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
This commit is contained in:
DistroBaker 2021-02-03 05:18:42 +00:00
parent e2460cea1f
commit afe18d3d35

View File

@ -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 <releng@fedoraproject.org> - 2.1.0-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Sep 21 2020 Christopher Engelhard <ce@lcts.de> - 2.1.0-32
- fix GCC-11 build failure due to buffer overread, h/t Jeff Law