import OpenIPMI-2.0.29-1.el8
This commit is contained in:
parent
2823507aa8
commit
66c86e2f3c
@ -1,2 +1,2 @@
|
|||||||
043738af9e1aaa6ae4f372d4af7870683e68faf8 SOURCES/OpenIPMI-2.0.27.tar.gz
|
a8dd1a9b877e94926af1da69421e8f2bd642c9c7 SOURCES/OpenIPMI-2.0.29.tar.gz
|
||||||
ade00c8a47a576e677ffc2efefca2d7269f175d6 SOURCES/openipmi.sysconf
|
ade00c8a47a576e677ffc2efefca2d7269f175d6 SOURCES/openipmi.sysconf
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/OpenIPMI-2.0.27.tar.gz
|
SOURCES/OpenIPMI-2.0.29.tar.gz
|
||||||
SOURCES/openipmi.sysconf
|
SOURCES/openipmi.sysconf
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
Fix including readline and readline history headers in OpenIPMI 2.0.27
|
|
||||||
|
|
||||||
It will probably be fixed in next release
|
|
||||||
|
|
||||||
diff --git a/cmdlang/ipmish.c b/cmdlang/ipmish.c
|
|
||||||
index 139da67b..a4b8f0ba 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 e0ae0197..184745ef 100644
|
|
||||||
--- a/sample/ipmi_serial_bmc_emu.c
|
|
||||||
+++ b/sample/ipmi_serial_bmc_emu.c
|
|
||||||
@@ -42,7 +42,8 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <sys/select.h>
|
|
||||||
-#include <editline/readline.h>
|
|
||||||
+#include <readline/readline.h>
|
|
||||||
+#include <readline/history.h>
|
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
#include <getopt.h>
|
|
@ -3,7 +3,7 @@
|
|||||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
|
|
||||||
Version: 2.0.27
|
Version: 2.0.29
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+ or BSD
|
License: LGPLv2+ and GPLv2+ or BSD
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
@ -12,7 +12,6 @@ Source1: openipmi.sysconf
|
|||||||
Source2: openipmi-helper
|
Source2: openipmi-helper
|
||||||
Source3: ipmi.service
|
Source3: ipmi.service
|
||||||
Patch1: 0001-man.patch
|
Patch1: 0001-man.patch
|
||||||
Patch2: 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
|
||||||
@ -195,6 +194,9 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
|||||||
%{_mandir}/man5/ipmi_sim_cmd.5*
|
%{_mandir}/man5/ipmi_sim_cmd.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 18 2020 Josef Ridky <jridky@redhat.com> - 2.0.29-1
|
||||||
|
- New upstream release 2.0.29 (#1796588)
|
||||||
|
|
||||||
* Tue Oct 08 2019 Vaclav Dolezal <vdolezal@redhat.com> - 2.0.27-1
|
* Tue Oct 08 2019 Vaclav Dolezal <vdolezal@redhat.com> - 2.0.27-1
|
||||||
- New upstream release 2.0.27
|
- New upstream release 2.0.27
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user