diff --git a/spack.changes b/spack.changes index 3a333be..9ea0b2d 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 13 12:21:57 UTC 2023 - Egbert Eich + +- Fix SPACK_ROOT setting in /etc/profile.d/spack.[c]sh +- Don't source /etc/os-release directly, use a subshell. + ------------------------------------------------------------------- Mon Jun 26 12:26:10 UTC 2023 - Egbert Eich diff --git a/spack.spec b/spack.spec index aff1771..b46883e 100644 --- a/spack.spec +++ b/spack.spec @@ -366,13 +366,13 @@ EOF # This file properly sets MODULEPATH so lua-lmod can find the modules created by spack mkdir -p %{buildroot}/%{_sysconfdir}/profile.d cat > %{buildroot}/%{_sysconfdir}/profile.d/spack.sh <