bump release

This commit is contained in:
Christopher Engelhard 2020-09-21 17:54:08 +02:00
parent fccf05ee71
commit 29b04909ce

View File

@ -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 <ce@lcts.de> - 2.1.0-32
- fix GCC-11 build failure due to buffer overread, h/t Jeff Law
* Mon Aug 17 2020 Christopher Engelhard <ce@lcts.de> - 2.1.0-31
- use tarball hosted at new upstream site
- Fedora's patches have been merged upstream, so use those instead