!9 update OpenIPMI to 2.0.31
From: @haochenstar Reviewed-by: @zengwefeng Signed-off-by: @zengwefeng
This commit is contained in:
commit
be05506c62
@ -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
BIN
OpenIPMI-2.0.31.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
Version: 2.0.28
|
Version: 2.0.31
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||||
License: LGPLv2+ and GPLv2+ or BSD
|
License: LGPLv2+ and GPLv2+ or BSD
|
||||||
@ -10,7 +10,6 @@ Source2: ipmi.service
|
|||||||
Source3: openipmi-helper
|
Source3: openipmi-helper
|
||||||
|
|
||||||
Patch0: 0001-man.patch
|
Patch0: 0001-man.patch
|
||||||
Patch1: 0002-readline-includes.patch
|
|
||||||
|
|
||||||
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
|
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
|
||||||
BuildRequires: openssl-devel python3-devel perl-devel perl-generators
|
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
|
%exclude %{_mandir}/man1/openipmigui.1
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 22 2020 yuboyun<yuboyun@huawei.com> - 2.0.28-1
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user