Accepting request 1108855 from home:eeich:branches:science:HPC

- Make sure failure of last test in %posttrans is not returned as
  status of scriptlet (bsc#1214816).

OBS-URL: https://build.opensuse.org/request/show/1108855
OBS-URL: https://build.opensuse.org/package/show/science:HPC/gnu-compilers-hpc?expand=0&rev=47
This commit is contained in:
Egbert Eich 2023-09-04 11:56:31 +00:00 committed by Git OBS Bridge
parent 5a437234d9
commit eda1ee8529
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 4 11:39:42 UTC 2023 - Egbert Eich <eich@suse.com>
- Make sure failure of last test in %posttrans is not returned as
status of scriptlet (bsc#1214816).
-------------------------------------------------------------------
Wed Jun 14 08:23:44 UTC 2023 - Egbert Eich <eich@suse.com>

View File

@ -251,7 +251,7 @@ do
done
for i in cc,gcc c++,g++; do
test -e %{hpc_cf_install_path}/bin/${i##*,}%{hpc_gnu_bin_version} \
&& ln -s %{hpc_cf_install_path}/bin/${i%%%%,*} ${i##*,}%{hpc_gnu_bin_version}
&& ln -s %{hpc_cf_install_path}/bin/${i%%%%,*} ${i##*,}%{hpc_gnu_bin_version} || true
done
%else
# for the base compiler version link to the 'default' binary: