From ea17f974894f8ef7728245de67cd8455bbd5f7fa Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Mon, 3 Feb 2020 12:58:05 +0100 Subject: [PATCH] Make new release --- ipmitool.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ipmitool.spec b/ipmitool.spec index a90e63b..9ec3ab6 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -4,7 +4,7 @@ Name: ipmitool Summary: Utility for IPMI control Version: 1.8.18 -Release: 17%{?dist} +Release: 18%{?dist} License: BSD URL: http://ipmitool.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/%{gitname}_%{gitversion}/%{name}-%{version}.tar.gz @@ -24,6 +24,9 @@ Patch5: 0005-sensor-id-length.patch Patch6: 0006-enable-usb.patch Patch7: 0007-check-input.patch Patch8: 0008-add-extern.patch +Patch9: 0009-best-cipher.patch +Patch10: 0010-pef-missing-newline.patch +Patch11: 0011-expand-sensor-name-column.patch BuildRequires: openssl-devel readline-devel ncurses-devel %{?systemd_requires} @@ -181,6 +184,11 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn %{_libexecdir}/bmc-snmp-proxy %changelog +* Mon Feb 03 2020 Václav Doležal - 1.8.18-18 +- Backport patch to autoselect best cipher suite when working over lanplus backend +- Fixed 'ipmitool pef status/info' not printing final newline +- Expanded column for sensor name in 'ipmi sdr/sensor' output so longer names are aligned + * Wed Jan 29 2020 Fedora Release Engineering - 1.8.18-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild