From 082939bcdd03627fc25c173390ec44493c3e4b83 Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Thu, 23 Jan 2020 14:04:32 +0100 Subject: [PATCH] Fix FTBFS with GCC 10 --- ipmitool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipmitool.spec b/ipmitool.spec index 6571305..f81758c 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -4,7 +4,7 @@ Name: ipmitool Summary: Utility for IPMI control Version: 1.8.18 -Release: 15%{?dist} +Release: 16%{?dist} License: BSD URL: http://ipmitool.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{gitname}_%{gitversion}/%{name}-%{version}.tar.gz @@ -23,6 +23,7 @@ Patch4: 0004-slowswid.patch Patch5: 0005-sensor-id-length.patch Patch6: 0006-enable-usb.patch Patch7: 0007-check-input.patch +Patch8: 0008-add-extern.patch BuildRequires: openssl-devel readline-devel ncurses-devel %{?systemd_requires} @@ -180,6 +181,9 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn %{_libexecdir}/bmc-snmp-proxy %changelog +* Thu Jan 23 2020 Václav Doležal - 1.8.18-16 +- Fix FTBFS with GCC 10 + * Thu Jul 25 2019 Fedora Release Engineering - 1.8.18-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild