Accepting request 1164574 from home:eeich:branches:network:cluster

- Make `patchelf` a mandatory dependency on products where it
  is always available.

OBS-URL: https://build.opensuse.org/request/show/1164574
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=100
This commit is contained in:
Christian Goll 2024-04-04 13:53:04 +00:00 committed by Git OBS Bridge
parent c726ba98cf
commit 0898e78f0e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 4 07:14:54 UTC 2024 - Egbert Eich <eich@suse.com>
- Make `patchelf` a mandatory dependency on products where it
is always available.
-------------------------------------------------------------------
Fri Mar 15 13:35:51 UTC 2024 - Egbert Eich <eich@suse.com>

View File

@ -43,7 +43,7 @@ ExclusiveArch: do_not_build
# These packages are found and can be used by spack, %{_sysconfdir}/spack/packages-yaml
# needs to be updated when one of these packages is updated or uninstalled.
# Distinguish between packages we recommend and packages which
%define spack_trigger_recommended_packages autoconf bash bison bzip2 libzip-devel cmake-full ccache cpio diffutils findutils flex git-lfs info make makeinfo m4 ncurses-devel libtool libcurl-devel libopenssl-devel perl-base pkgconf pkg-config python3-base tar xz xz-devel patchelf
%define spack_trigger_recommended_packages autoconf bash bison bzip2 libzip-devel cmake-full ccache cpio diffutils findutils flex git-lfs info make makeinfo m4 ncurses-devel libtool libcurl-devel libopenssl-devel perl-base pkgconf pkg-config python3-base tar xz xz-devel
%define spack_trigger_recommended_compilers gcc gcc-c++ gcc-fortran
@ -109,8 +109,10 @@ Requires: sudo
Requires: tar
Requires: unzip
Requires: xz
Requires: (patchelf if (product(SUSE_SLE) >= 15.6 or product(Leap) or product(openSUSE)))
Recommends: %spack_trigger_recommended_packages %spack_trigger_recommended_compilers
Recommends: lua-lmod
Recommends: patchelf
Requires: (hwloc if hwloc-devel)
Requires: (hwloc-devel if hwloc)
%else