diff --git a/munin.changes b/munin.changes index 9afcf0e..200d5d4 100644 --- a/munin.changes +++ b/munin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 21 08:13:58 UTC 2023 - Max Lin + +- Use python3 as the interpreter in ipmi_sensor_ and + smart_, boo#1210588 + ------------------------------------------------------------------- Sun Mar 12 10:13:53 UTC 2023 - Carsten Ziepke diff --git a/munin.spec b/munin.spec index 2922e23..314e2f5 100644 --- a/munin.spec +++ b/munin.spec @@ -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_ \