From de691cb4e9721effd4af846cde93b160111f63a44cb129651fb40b8cf4295c5e Mon Sep 17 00:00:00 2001 From: Carsten Ziepke Date: Fri, 21 Apr 2023 14:43:33 +0000 Subject: [PATCH] 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 --- munin.changes | 6 ++++++ munin.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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_ \