From f087c14e1cec8b990d7b4e9595201ab00ef7c2bf0492a5df83e438a602eff5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 13 Oct 2023 12:29:49 +0000 Subject: [PATCH 1/3] Accepting request 1117606 from GNOME:Next - Use python3_fix_shebang macro to set the shebang to current python3 standard version. OBS-URL: https://build.opensuse.org/request/show/1117606 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/malcontent?expand=0&rev=18 --- malcontent.changes | 6 ++++++ malcontent.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/malcontent.changes b/malcontent.changes index 05c9bc2..813ceb9 100644 --- a/malcontent.changes +++ b/malcontent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 13 08:26:53 UTC 2023 - Bjørn Lie + +- Use python3_fix_shebang macro to set the shebang to current + python3 standard version. + ------------------------------------------------------------------- Thu Oct 12 10:44:27 UTC 2023 - Bjørn diff --git a/malcontent.spec b/malcontent.spec index f9d8d66..158b5ca 100644 --- a/malcontent.spec +++ b/malcontent.spec @@ -115,6 +115,7 @@ sed -i 's|env python3|python3|' malcontent-client/malcontent-client.py # wheel is not used in openSUSE, so we simply package this file as an example %%doc file mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules . %find_lang %{name} +%python3_fix_shebang %ldconfig_scriptlets -n libmalcontent-0-0 %ldconfig_scriptlets -n libmalcontent-ui-1-1 From 9bc71933cb94ebd6f9453ac682d8d18a88d9da5939817c89e285932b6088bc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 13 Oct 2023 22:27:21 +0000 Subject: [PATCH 2/3] Accepting request 1117733 from GNOME:Factory revert previous checkin OBS-URL: https://build.opensuse.org/request/show/1117733 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/malcontent?expand=0&rev=19 --- malcontent.changes | 6 ------ malcontent.spec | 1 - 2 files changed, 7 deletions(-) diff --git a/malcontent.changes b/malcontent.changes index 813ceb9..05c9bc2 100644 --- a/malcontent.changes +++ b/malcontent.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Fri Oct 13 08:26:53 UTC 2023 - Bjørn Lie - -- Use python3_fix_shebang macro to set the shebang to current - python3 standard version. - ------------------------------------------------------------------- Thu Oct 12 10:44:27 UTC 2023 - Bjørn diff --git a/malcontent.spec b/malcontent.spec index 158b5ca..f9d8d66 100644 --- a/malcontent.spec +++ b/malcontent.spec @@ -115,7 +115,6 @@ sed -i 's|env python3|python3|' malcontent-client/malcontent-client.py # wheel is not used in openSUSE, so we simply package this file as an example %%doc file mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules . %find_lang %{name} -%python3_fix_shebang %ldconfig_scriptlets -n libmalcontent-0-0 %ldconfig_scriptlets -n libmalcontent-ui-1-1 From ab428e17d391e3bc9b4b33694069647c4a5cae186721c5bb8245514345c51321 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 25 Mar 2024 15:33:30 +0000 Subject: [PATCH 3/3] Accepting request 1160669 from home:pgajdos - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1160669 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/malcontent?expand=0&rev=20 --- malcontent.changes | 6 ++++++ malcontent.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/malcontent.changes b/malcontent.changes index 05c9bc2..95b5c5f 100644 --- a/malcontent.changes +++ b/malcontent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 22 12:18:09 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + ------------------------------------------------------------------- Thu Oct 12 10:44:27 UTC 2023 - Bjørn diff --git a/malcontent.spec b/malcontent.spec index f9d8d66..b5fa99b 100644 --- a/malcontent.spec +++ b/malcontent.spec @@ -1,7 +1,7 @@ # # spec file for package malcontent # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -115,6 +115,7 @@ sed -i 's|env python3|python3|' malcontent-client/malcontent-client.py # wheel is not used in openSUSE, so we simply package this file as an example %%doc file mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules . %find_lang %{name} +%python3_fix_shebang %ldconfig_scriptlets -n libmalcontent-0-0 %ldconfig_scriptlets -n libmalcontent-ui-1-1