Accepting request 650133 from home:eeich:branches:science:machinelearning

* Do not remove executable flag on .so files

OBS-URL: https://build.opensuse.org/request/show/650133
OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=37
This commit is contained in:
Egbert Eich 2018-11-19 09:32:41 +00:00 committed by Git OBS Bridge
parent 9f361ce7b4
commit 413dd18fa9
2 changed files with 2 additions and 1 deletions

View File

@ -615,7 +615,7 @@ When this package gets updated it installs the latest version of %name. \
_hpc_base=$(basename %{1}) \
[ -d %{buildroot}/$_hpc_pydir ] || mkdir -p %{buildroot}/${_hpc_pydir} \
mv %{buildroot}%{1} %{buildroot}/${_hpc_pydir} \
chmod a-x %{buildroot}/$_hpc_pydir/$_hpc_base \
[[ "$_hpc_base" =~ .*\.so ]] || chmod a-x %{buildroot}/$_hpc_pydir/$_hpc_base \
%{hpc_shebang_remove %{buildroot}/$_hpc_pydir/$_hpc_base}
# %hpc_verify_python3 <file>

View File

@ -4,6 +4,7 @@ Mon Nov 19 01:19:05 UTC 2018 - eich@suse.com
- Improve python handling:
* set python3 as default for Factory
* allow to specify subdir to HPC pyton path
* Do not remove executable flag on .so files
-------------------------------------------------------------------
Sun Nov 18 10:19:22 UTC 2018 - eich@suse.com