update OpenIPMI to 2.0.31

This commit is contained in:
haochenstar 2021-01-29 09:57:15 +08:00
parent 55f919b261
commit 852643a5ef
4 changed files with 7 additions and 26 deletions

View File

@ -1,24 +0,0 @@
diff --git a/cmdlang/ipmish.c b/cmdlang/ipmish.c
index 139da67..a4b8f0b 100644
--- a/cmdlang/ipmish.c
+++ b/cmdlang/ipmish.c
@@ -51,6 +51,7 @@
#include <OpenIPMI/ipmi_cmdlang.h>
#include <OpenIPMI/ipmi_debug.h>
#include <readline/readline.h>
+#include <readline/history.h>
#ifdef HAVE_GLIB
#include <glib.h>
diff --git a/sample/ipmi_serial_bmc_emu.c b/sample/ipmi_serial_bmc_emu.c
index 1b8bb9a..184745e 100644
--- a/sample/ipmi_serial_bmc_emu.c
+++ b/sample/ipmi_serial_bmc_emu.c
@@ -43,6 +43,7 @@
#include <stdlib.h>
#include <sys/select.h>
#include <readline/readline.h>
+#include <readline/history.h>
#define _GNU_SOURCE
#include <getopt.h>

Binary file not shown.

BIN
OpenIPMI-2.0.31.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: OpenIPMI
Version: 2.0.28
Version: 2.0.31
Release: 1
Summary: IPMI (Intelligent Platform Management Interface) library and tools
License: LGPLv2+ and GPLv2+ or BSD
@ -10,7 +10,6 @@ Source2: ipmi.service
Source3: openipmi-helper
Patch0: 0001-man.patch
Patch1: 0002-readline-includes.patch
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
BuildRequires: openssl-devel python3-devel perl-devel perl-generators
@ -142,6 +141,12 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
%exclude %{_mandir}/man1/openipmigui.1
%changelog
* Fri Jan 29 2021 xihaochen <xihaochen@huawei.com> - 2.0.31-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update OpenIPMI to 2.0.31
* Wed Jul 22 2020 yuboyun<yuboyun@huawei.com> - 2.0.28-1
- Type:enhancement
- ID:NA