forked from SystemsManagement/OpenIPMI
- Update to latest version 2.0.25 plus latest fixes:
- 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
- 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
OBS-URL: https://build.opensuse.org/request/show/634245
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=47
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
|
|
#
|