From a00982d723e9933b3684f75a8f6a7cbcc042395a Mon Sep 17 00:00:00 2001 From: Josef Ridky Date: Feb 22 2018 11:43:43 +0000 Subject: Use autosetup in spec --- diff --git a/ipmitool.spec b/ipmitool.spec index 0eb6be7..b00451d 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -1,9 +1,8 @@ Name: ipmitool Summary: Utility for IPMI control Version: 1.8.18 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD -Group: System Environment/Base URL: http://ipmitool.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: openipmi-ipmievd.sysconf @@ -12,9 +11,15 @@ Source3: exchange-bmc-os-info.service Source4: exchange-bmc-os-info.sysconf Source5: set-bmc-url.sh Source6: exchange-bmc-os-info -Patch1: 0001-CVE-2011-4339-OpenIPMI.patch + +Patch1: 0001-CVE-2011-4339-OpenIPMI.patch # WARNING: THIS PATCH MUST BE USED FOR RAWHIDE (f26+) BRANCH -Patch2: 0002-openssl.patch +Patch2: 0002-openssl.patch +Patch3: 0003-ipmitool-1.8.11-set-kg-key.patch +Patch4: 0004-slowswid.patch +Patch5: 0005-sensor-id-length.patch +Patch6: 0006-enable-usb.patch +Patch7: 0007-check-input.patch BuildRequires: openssl-devel readline-devel ncurses-devel %{?systemd_requires} @@ -77,10 +82,7 @@ for the host OS to use. %prep - -%setup -q -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 for f in AUTHORS ChangeLog; do iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8 @@ -175,6 +177,14 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn %{_libexecdir}/bmc-snmp-proxy %changelog +* Thu Feb 22 2018 Josef Ridky - 1.8.18-10 +- Spec clean up +- Add support to set kg key +- Fix DDR4 memory issues +- Increase length of sensor id +- Enable usb interface by default +- Fix input options + * Wed Feb 07 2018 Fedora Release Engineering - 1.8.18-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild