Skip to content

Commit

Permalink
import submit request change
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jul 31, 2024
1 parent aa42eca commit 0582501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/obs-service-tar_scm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0582501

Please sign in to comment.