diff --git a/sysfsutils.spec b/sysfsutils.spec index 157999b..401a64a 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -4,7 +4,7 @@ Name: sysfsutils Version: 2.1.0 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Utilities for interfacing with sysfs URL: https://github.com/linux-ras/sysfsutils License: GPLv2 @@ -89,6 +89,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Mon Sep 21 2020 Christopher Engelhard - 2.1.0-32 +- fix GCC-11 build failure due to buffer overread, h/t Jeff Law + * Mon Aug 17 2020 Christopher Engelhard - 2.1.0-31 - use tarball hosted at new upstream site - Fedora's patches have been merged upstream, so use those instead