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

- Cope with the fact that RPM 4.17 no longer has
  __elflib_exclude_path defined.
  Thanks to Dominique Leuenberger <dimstar@opensuse.org> for
  spotting this!

OBS-URL: https://build.opensuse.org/request/show/927098
OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=56
This commit is contained in:
Egbert Eich 2021-10-23 09:13:10 +00:00 committed by Git OBS Bridge
parent 351ad84e89
commit c18ffc9198
2 changed files with 11 additions and 2 deletions

View File

@ -172,8 +172,9 @@ EOF\
%global tmp %__elf_exclude_path \ %global tmp %__elf_exclude_path \
%global __elf_exclude_path (%tmp)|(^%hpc_base) \ %global __elf_exclude_path (%tmp)|(^%hpc_base) \
%undefine tmp \ %undefine tmp \
%global tmp %__elflib_exclude_path \ %{?__elflib_exclude_path: \
%global __elflib_exclude_path (%tmp)|(^%hpc_base) \ %global tmp %{__elflib_exclude_path}} \
%global __elflib_exclude_path %{?tmp:(%{tmp})|}(^%hpc_base) \
%undefine tmp \ %undefine tmp \
%{expand:%([ 0%{?sle_version} -ge 150000 -o 0%{?suse_version} -gt 1500 ] && echo %%global _hpc_python3 1)} \ %{expand:%([ 0%{?sle_version} -ge 150000 -o 0%{?suse_version} -gt 1500 ] && echo %%global _hpc_python3 1)} \
%global _hpc_init_done 1 %global _hpc_init_done 1

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Oct 23 09:08:29 UTC 2021 - Egbert Eich <eich@suse.com>
- Cope with the fact that RPM 4.17 no longer has
__elflib_exclude_path defined.
Thanks to Dominique Leuenberger <dimstar@opensuse.org> for
spotting this!
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 15 07:58:32 UTC 2021 - Egbert Eich <eich@suse.com> Mon Mar 15 07:58:32 UTC 2021 - Egbert Eich <eich@suse.com>