forked from pool/munin
Accepting request 1081124 from home:mlin7442:rebuild_fails_155
use python3 as the interpreter on ipmi_sensor_ and smart_ OBS-URL: https://build.opensuse.org/request/show/1081124 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=79
This commit is contained in:
parent
244f46affa
commit
de691cb4e9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 08:13:58 UTC 2023 - Max Lin <mlin@suse.com>
|
||||
|
||||
- Use python3 as the interpreter in ipmi_sensor_ and
|
||||
smart_, boo#1210588
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 12 10:13:53 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -206,7 +206,7 @@ for F in \
|
||||
%{buildroot}/%{_prefix}/lib/munin/plugins/ipmi_sensor_ \
|
||||
%{buildroot}/%{_prefix}/lib/munin/plugins/smart_ \
|
||||
; do
|
||||
sed -i -e 's|^#!%{_bindir}/env python|#!%{_bindir}/python|' $F
|
||||
sed -i -e 's|^#!%{_bindir}/env python|#!%{_bindir}/python3|' $F
|
||||
done
|
||||
for F in \
|
||||
%{buildroot}/%{_prefix}/lib/munin/plugins/tomcat_ \
|
||||
|
Loading…
Reference in New Issue
Block a user