forked from pool/OpenIPMI
- Update to version 2.0.32.3+git.05faa36e: * entity: Handle NULL entity in internal_fru_fetch_done() * entity: Keep the entity around duringa FRU fetch * Move to version 2.0.32 * Fix readline and python support * sol: Fix multiple flush queuing issue - Patches that are mainline: D fix-conversions.patch D unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch D lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch - Refreshed patches not yet mainline: M openipmi-tinfo.patch M fix_dia_version_detection.patch OBS-URL: https://build.opensuse.org/request/show/979226 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=71
11 lines
371 B
Plaintext
11 lines
371 B
Plaintext
Index: OpenIPMI-2.0.25/swig/python/openipmigui.py
|
|
===================================================================
|
|
--- OpenIPMI-2.0.25.orig/swig/python/openipmigui.py 2018-06-20 15:53:54.000000000 +0200
|
|
+++ OpenIPMI-2.0.25/swig/python/openipmigui.py 2018-09-07 15:55:13.970977102 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
|
|
# openipmigui.py
|
|
#
|