| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: OpenIPMI-python3 | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.0.31 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.8.5 | Build date: Thu May 9 17:13:30 2024 |
| Group: System/Monitoring | Build host: s390zl38 |
| Size: 1645996 | Source RPM: OpenIPMI-2.0.31-150600.8.5.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://openipmi.sourceforge.net | |
| Summary: Python module and GUI for OpenIPMI | |
The Python parts provide an OpenIPMI Python library and a GUI, openipmigui, that makes use of it.
LGPL-2.1-or-later
* Wed Oct 06 2021 trenn@suse.de
- Enhance changelog as demanded in an internal submitrequest
* Tue Sep 28 2021 trenn@suse.de
- Add latest mainline fixes:
A lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch
A unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch
* Fri Jul 09 2021 trenn@suse.de
- Update to version 2.0.31
Adopted patches to latest sources:
M OpenIMPI-add-libncurses.patch
M OpenIPMI-no-return-in-nonvoid-function.patch
M OpenIPMI-prefer_perl_vendor.patch
M fix_dia_version_detection.patch
M openipmi-tinfo.patch
* sample: Prefer glib for solterm instead of posix
* sample: Remove -rdynamic from openipmicmd
* smample: Compile ipmicmd with glib if it is available
* glib: Allow NULL timeout to perform_one_op()
* lanserv: Fix an issue with rmcp sending
* Rework mcserv.h so that marvell-mod can get what it needs
* lanserv: Move sol_init_mc() into sol code
* lanserv: Remove all calls from the library to user code
* Move ipmi_log() to ipmi_log.h
* ui: export ipmi_ui_cb_handlers
* ui: Add link libraries to UI library
* Add -no-undefined to all shared library links
* Rework ipmi_cmdlang_report_event()
* Rework ipmi_cmdlang_global_err()
* Get rid of posix_vlog()
* lanserv: Use recv, not read, for a network socket
* A lot windows (DLL, winsock, etc.) enhancements
- Update to version 2.0.30:
* Switch to python3 by default
* lanserv: Fix some various bugs
* sol: Fix some various bugs
* sdrcomp: Fix some memory leaks
* sol: Fix some packet handling errors
* solterm: Clean things up at shutdown
* Fix a leak in the selector code
* sol: Rewrite the library code
* sol: Return errors from close if the send fails
* Reconfigure the transmitter on a reconnect
* Refuse writes greater than 255 bytes
* lan: Fix timer cleanup
* Fix init/shutdown issues with mcs and domains
* Fix shutdown on error issues
* Fix a memory leak at initialization
* selector: Make the timer stop with done work right when handler running
* Add parameters to let the lan timeouts be specified
* initscript: Don't delete ipmi devices if udev created them
* selector: Rework to allow an arbitrary number of fds with epoll
* Don't disable fd handlers before setting one up
* Don't crash if passed in fd is >= FD_SETSIZE
* Mon Jun 28 2021 mcepl@suse.com
- Use Python3 instead of Python2 (bsc#1190999).
* Mon Mar 08 2021 matthias.gerstner@suse.com
- drop -fPIC from CFLAGS which breaks our gcc-PIE profile resulting in
non-position independent binaries and thus weakened security (bsc#1183046).
* Mon Aug 17 2020 dmueller@suse.com
- update to 2.0.29:
* Add an external definition for ipmi_malloc_shutdown()
* Pass 0 to snprintf size when calculating real size
* selector: Fix a signed/unsigned comparison
* selector: Fix handling if pselect() returns 0
* selector: Return the right value for timer already in use
* selector: Cause the read handler to be called on an exception
* selector: Fix multi-threading issues
* selector: Add an selector call to install a sigmask
* For for brokenness with fork() and epoll()
* Fix a deadlock when freeing a running timer
* lanserv: Allow individual group extensions to be registered
* Include readline history headers where needed
* Mon Jan 20 2020 josef.moellers@suse.com
- Update to latest version 2.0.28
* Fixed a number of potential buffer overruns by appending a NUL
character to strncpy'd strings.
* switched from editline to readline
* some variable and function renaming to avoid leading
underscores
* more changes, no documentation available (ChangeLog file
is unchanged!)
* Two patches now obsolete.
[OpenIPMI-2.0.25..HEAD_git.diff,
0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch,
OpenIPMI-2.0.28.tar.gz]
* Sun Mar 17 2019 jengelh@inai.de
- Use noun phrase in summary. Remove em dashes from summaries.
- Implement shared library packaging policy.
* Tue Sep 11 2018 jengelh@inai.de
- Use noun phrase in summary. Ensure neutrality of description.
- Update unspecific summaries of subpackages.
- Drop --with-pic which is only relevant for static libs.
- Speedier /usr/bin/find call.
* Fri Sep 07 2018 trenn@suse.de
- Update to latest version 2.0.25 plus latest fixes (fate#326195):
- A OpenIPMI-2.0.25..HEAD_git.diff
Patch to latest git commit:
commit 4ac55d7dc7016c9e5f0c474f69f4e64e7aacac42
Date: Wed Jul 18 13:59:29 2018 -0500
unix: Add a way to clear fd handlers with no callbacks
I had to manually edit git diff v2.0.25.. and remove .gitignore deletion
to patch succesfully. Build service wants to have the original
.tar.gz tarball from sourceforge.
I also had to add the bootstrap file which seem to exist in git sources
but not in the exported tarball, even it is not listed in .gitignore:
A bootstrap
OAD
0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch
- Adjusted patches:
M 0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch
M fix-conversions.patch
M OpenIPMI-prefer_perl_vendor.patch
M openipmi-tinfo.patch
- Fix build service error (use /usr/bin/python3 in shebang instead of env
A use_python3_shebang
- Build documentation (IPMI.pdf) ourselves as IPMI.pdf vanished from sources
For this quite some build requires had to be added as well
A fix_dia_version_detection.patch
* Wed Jul 25 2018 dimstar@opensuse.org
- Replace usage of deprecated py_sitedir macro with
python_sitearch.
* Fri Jan 19 2018 josef.moellers@suse.com
- * added a section defining IPMI_SI_MODULE_NAME to sysconfig.ipmi
* added code to OpenIPMI.spec/%install to modify sysconfig.ipmi
according to architecture
* modified openipmi-helper to load "sysconfig.ipmi" AFTER setting
default IPMI_SI_MODULE_NAME=ipmi_si
[bsc#1059820, OpenIPMI.spec, openipmi-helper, sysconfig.ipmi]
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Mon Sep 25 2017 josef.moellers@suse.com
- Upgrade to 2.0.24
* Mainly code cleanup and small rewrites.
* Variable renaming IPMI_... to OPENIPMI_...
* Improved internal error handling
* IPv6 support added/completed.
[fate#322830, OpenIMPI-add-libncurses.patch,
OpenIPMI-no-return-in-nonvoid-function.patch]
* Tue Jun 27 2017 tchvatal@suse.com
- Version update to lates trelease 2.0.23:
* There is no longer actively updated changelog
* Various bugfixes since last git pull from 2016-02-26
- Drop OpenIPMI-libtool.patch which was merged upstream
- Drop OpenIPMI_2.0.21_to_HEAD.patch patch as it is no longer
needed
- Add patch openipmi-tinfo.patch to detect tinfo properly
- Add patch to fix OpenIPMIpthread pc file (from Fedora)
0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch
- Add patch to not bundle libedit (from Fedora)
0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch
* Wed Sep 14 2016 fgerling@suse.com
- Update spec file to properly install sysconfig.ipmi (bsc#989985, bsc#988443)
* Tue Mar 08 2016 dimstar@opensuse.org
- Remove one occurence of perl_requires: once is sufficient.
* Mon Mar 07 2016 trenn@suse.de
- Fix perl requires by using the pre-defined macro (bsc#969576)
* Fri Feb 26 2016 trenn@suse.de
- Update to latest git commit:
a01bbe94efff3a5f239b3b5440c8..052d36ec88515c1b1177faa442833e3
Add: OpenIPMI_2.0.21_to_HEAD.patch
Removed modifications for:
- lanserv/ipmi_sim_chassiscontrol
- lanserv/marvell-bmc/TODO
due to git repo inconsistencies
- Some spec file cleanups obs complained about
- > also spec-cleaner run through
* Sat Feb 07 2015 dimstar@opensuse.org
- Do not try to register/deregister OpenIPMI.info.gz in post/postun
of the devel package: we do not install such a file.
* Sat Dec 27 2014 ledest@gmail.com
- fix bashisms in openipmi-helper script
* Wed Nov 19 2014 dimstar@opensuse.org
- Replace systemd BuildRequires with pkgconfig(systemd): we do not
require the full installation / dep chain of systemd.
* Sat Oct 25 2014 p.drouand@gmail.com
- Use systemd instead of sysvinit
+ Add ipmi.service
+ Add openipmi-helper to keep capabilities of sysvinit script
+ Add systemd related macros
- Remove obsolete/depreciated macros
/usr/bin/openipmigui /usr/lib64/python3.6/site-packages/OpenIPMI.py /usr/lib64/python3.6/site-packages/_OpenIPMI.so /usr/lib64/python3.6/site-packages/__pycache__/OpenIPMI.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui /usr/lib64/python3.6/site-packages/openipmigui/__init__.py /usr/lib64/python3.6/site-packages/openipmigui/__pycache__ /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_conn.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_control.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_domain.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_entity.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_fru.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_mc.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_mc_chan.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_mc_lanparm.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_mc_pefparm.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_mc_solparm.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_mc_user.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_misc.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_oi_logging.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_saveprefs.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_sel.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_sensor.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/_term.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_SoL.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_cmdwin.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_domainDialog.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_errstr.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_lightset.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_list.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_popup.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_setdialog.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_term.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_treelist.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/__pycache__/gui_winsys.cpython-36.pyc /usr/lib64/python3.6/site-packages/openipmigui/_conn.py /usr/lib64/python3.6/site-packages/openipmigui/_control.py /usr/lib64/python3.6/site-packages/openipmigui/_domain.py /usr/lib64/python3.6/site-packages/openipmigui/_entity.py /usr/lib64/python3.6/site-packages/openipmigui/_fru.py /usr/lib64/python3.6/site-packages/openipmigui/_mc.py /usr/lib64/python3.6/site-packages/openipmigui/_mc_chan.py /usr/lib64/python3.6/site-packages/openipmigui/_mc_lanparm.py /usr/lib64/python3.6/site-packages/openipmigui/_mc_pefparm.py /usr/lib64/python3.6/site-packages/openipmigui/_mc_solparm.py /usr/lib64/python3.6/site-packages/openipmigui/_mc_user.py /usr/lib64/python3.6/site-packages/openipmigui/_misc.py /usr/lib64/python3.6/site-packages/openipmigui/_oi_logging.py /usr/lib64/python3.6/site-packages/openipmigui/_saveprefs.py /usr/lib64/python3.6/site-packages/openipmigui/_sel.py /usr/lib64/python3.6/site-packages/openipmigui/_sensor.py /usr/lib64/python3.6/site-packages/openipmigui/_term.py /usr/lib64/python3.6/site-packages/openipmigui/gui.py /usr/lib64/python3.6/site-packages/openipmigui/gui_SoL.py /usr/lib64/python3.6/site-packages/openipmigui/gui_cmdwin.py /usr/lib64/python3.6/site-packages/openipmigui/gui_domainDialog.py /usr/lib64/python3.6/site-packages/openipmigui/gui_errstr.py /usr/lib64/python3.6/site-packages/openipmigui/gui_lightset.py /usr/lib64/python3.6/site-packages/openipmigui/gui_list.py /usr/lib64/python3.6/site-packages/openipmigui/gui_popup.py /usr/lib64/python3.6/site-packages/openipmigui/gui_setdialog.py /usr/lib64/python3.6/site-packages/openipmigui/gui_term.py /usr/lib64/python3.6/site-packages/openipmigui/gui_treelist.py /usr/lib64/python3.6/site-packages/openipmigui/gui_winsys.py /usr/share/doc/packages/OpenIPMI-python3 /usr/share/doc/packages/OpenIPMI-python3/OpenIPMI.i /usr/share/man/man1/openipmigui.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:55:43 2026