- the current guessing code is finding python2 and then uses that,
because python2 still seems to be available in the build env, as we already know which python version we want we can just pass the path to make and skip the whole guessing. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=252
This commit is contained in:
parent
74753ea83f
commit
59df3c8ed7
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 19:00:00 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- the current guessing code is finding python2 and then uses that,
|
||||
because python2 still seems to be available in the build env,
|
||||
as we already know which python version we want we can just pass
|
||||
the path to make and skip the whole guessing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 12:40:14 UTC 2019 - FSchreiner@suse.com
|
||||
|
||||
|
@ -204,7 +204,7 @@ resources and packages them.
|
||||
%endif
|
||||
|
||||
%install
|
||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"
|
||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}"
|
||||
|
||||
%if %{with obs_scm_testsuite}
|
||||
%if 0%{?suse_version} >= 1220
|
||||
|
Loading…
Reference in New Issue
Block a user