From 0582501692edc36628091145ac58d264e2a6218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 31 Jul 2024 11:04:46 +0200 Subject: [PATCH] import submit request change --- dist/obs-service-tar_scm.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/obs-service-tar_scm.spec b/dist/obs-service-tar_scm.spec index efe3dcdc..623349e7 100644 --- a/dist/obs-service-tar_scm.spec +++ b/dist/obs-service-tar_scm.spec @@ -261,6 +261,9 @@ source artefacts (.dsc, .origin.tar.gz and .debian.tar.gz if non-native). %install %if %{without obs_scm_testsuite} make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{python_path}" WITH_GBP="%{enable_gbp}" +# Doing %%python3_fix_shebang_path old fashioned way for the backward compatibility +sed -i "1s@#\\!.*python\S*@#\\!$(realpath %__python3)@" \ + %{buildroot}%{_prefix}/lib/obs/service/tar_scm %else