Resolves: #2020717 - new upstream release 2.0.32
This commit is contained in:
parent
11093c905c
commit
e6099d1eb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ OpenIPMI-2.0.18.tar.gz
|
||||
/OpenIPMI-2.0.28.tar.gz
|
||||
/OpenIPMI-2.0.29.tar.gz
|
||||
/OpenIPMI-2.0.31.tar.gz
|
||||
/OpenIPMI-2.0.32.tar.gz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -urNp a/unix/posix_thread_os_hnd.c b/unix/posix_thread_os_hnd.c
|
||||
--- a/unix/posix_thread_os_hnd.c 2021-08-02 15:36:49.536860558 +0200
|
||||
+++ b/unix/posix_thread_os_hnd.c 2021-08-02 15:38:48.990041616 +0200
|
||||
@@ -140,8 +140,6 @@ add_fd(os_handler_t *handler,
|
||||
fd_data->data_ready = data_ready;
|
||||
fd_data->handler = handler;
|
||||
fd_data->freed = freed;
|
||||
- sel_set_fd_write_handler(posix_sel, fd, SEL_FD_HANDLER_DISABLED);
|
||||
- sel_set_fd_except_handler(posix_sel, fd, SEL_FD_HANDLER_DISABLED);
|
||||
rv = sel_set_fd_handlers(posix_sel, fd, fd_data, fd_handler, NULL, NULL,
|
||||
free_fd_data);
|
||||
if (rv) {
|
@ -3,8 +3,8 @@
|
||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||
Name: OpenIPMI
|
||||
|
||||
Version: 2.0.31
|
||||
Release: 7%{?dist}
|
||||
Version: 2.0.32
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+ and GPLv2+ or BSD
|
||||
URL: http://sourceforge.net/projects/openipmi/
|
||||
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
||||
@ -14,7 +14,6 @@ Source3: ipmi.service
|
||||
Patch1: 0001-man.patch
|
||||
Patch2: OpenIPMI-ax-python.patch
|
||||
Patch3: OpenIPMI-sysconfig.patch
|
||||
Patch4: OpenIPMI-collectd.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
|
||||
@ -201,7 +200,10 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
||||
%{_mandir}/man5/ipmi_sim_cmd.5*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 02 2021 Josef Ridky <jrikdy@redhat.com> - 2.0.31-7
|
||||
* Mon Jan 10 2022 Josef Ridky <jridky@redhat.com> - 2.0.32-1
|
||||
- new upstream release 2.0.32 (#2020717)
|
||||
|
||||
* Mon Aug 02 2021 Josef Ridky <jridky@redhat.com> - 2.0.31-7
|
||||
- replace distutils and fix FTBFS (#1948437)
|
||||
- fix collectd-ipmi crash (#1927022)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (OpenIPMI-2.0.31.tar.gz) = de1b364315e97daffb4c601bcf3bf33591795449d71690496ae368bd0730a117c1716508ecaddef5d55498f56e73481a32f509791185e80e2475667d7abd73e7
|
||||
SHA512 (OpenIPMI-2.0.32.tar.gz) = e409f32e6bbf26756338ada386fa394d48d734b4d6ba4beca700ce60bc3af3d0f41e972a328c4e076ae014f4fbd8598d05d3f879f9c6d76198e6ae1a2ba03e95
|
||||
|
Loading…
Reference in New Issue
Block a user