From 2a86605f7bda213c9237fe6cb82da80bf07d0a4f2ad8123d2b0f5f015533a709 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Wed, 14 Jun 2023 08:25:59 +0000 Subject: [PATCH] Accepting request 1093074 from home:eeich:branches:science:HPC - Fix %posttrans script (`done` instead of `fi`). OBS-URL: https://build.opensuse.org/request/show/1093074 OBS-URL: https://build.opensuse.org/package/show/science:HPC/gnu-compilers-hpc?expand=0&rev=42 --- gnu-compilers-hpc.changes | 5 +++++ gnu-compilers-hpc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu-compilers-hpc.changes b/gnu-compilers-hpc.changes index 9357ea4..b91efc1 100644 --- a/gnu-compilers-hpc.changes +++ b/gnu-compilers-hpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 14 08:23:44 UTC 2023 - Egbert Eich + +- Fix %posttrans script (`done` instead of `fi`). + ------------------------------------------------------------------- Thu Jun 8 14:22:49 UTC 2023 - Egbert Eich diff --git a/gnu-compilers-hpc.spec b/gnu-compilers-hpc.spec index 2438073..5ea11b2 100644 --- a/gnu-compilers-hpc.spec +++ b/gnu-compilers-hpc.spec @@ -252,7 +252,7 @@ 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} -fi +done %else # for the base compiler version link to the 'default' binary: localbindir=%_bindir/