From 24128815aac32918ee95ca781494111e094c86eb9cfcc16432b0d4328e8b0b02 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 10 Oct 2023 08:14:53 +0000 Subject: [PATCH] Accepting request 1116587 from home:dgarcia:branches:devel:tools - Remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, bsc#1212476 OBS-URL: https://build.opensuse.org/request/show/1116587 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=91 --- b4.changes | 6 ++++++ b4.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/b4.changes b/b4.changes index 129a143..b7d82e8 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 5 12:02:44 UTC 2023 - Daniel Garcia + +- Remove dependency on /usr/bin/python3 using %python3_fix_shebang + macro, bsc#1212476 + ------------------------------------------------------------------- Thu Jul 27 06:41:39 UTC 2023 - Jiri Slaby diff --git a/b4.spec b/b4.spec index eff5bd3..ef3ceeb 100644 --- a/b4.spec +++ b/b4.spec @@ -67,6 +67,7 @@ sed -i.old '1{/#!.*/d}' b4/*.py %install %python_install +%python_expand %{$python_fix_shebang} %python_expand %fdupes %{buildroot}%{$python_sitelib} %check