Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-lmod for openSUSE:Factory checked in at 2023-01-12 22:45:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-lmod (Old) and /work/SRC/openSUSE:Factory/.lua-lmod.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-lmod" Thu Jan 12 22:45:16 2023 rev:35 rq:1058036 version:8.7.15 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-lmod/lua-lmod.changes 2023-01-10 15:00:20.093383156 +0100 +++ /work/SRC/openSUSE:Factory/.lua-lmod.new.32243/lua-lmod.changes 2023-01-12 22:45:27.809259089 +0100 @@ -1,0 +2,8 @@ +Thu Jan 12 13:22:34 UTC 2023 - Egbert Eich <e...@suse.com> + +- Changing description to make it more clear to users what this tool + is for wand where it should be installed - and where not. + Also add Provides: for shell functions set by shell init scripts + provided with this package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-lmod.spec ++++++ --- /var/tmp/diff_new_pack.eKecvZ/_old 2023-01-12 22:45:28.441262636 +0100 +++ /var/tmp/diff_new_pack.eKecvZ/_new 2023-01-12 22:45:28.449262682 +0100 @@ -34,7 +34,7 @@ %{!?_rpmmacrodir:%define _rpmmacrodir %_rpmconfigdir/macros.d} Name: lua-lmod -Summary: Lua-based Environment Modules +Summary: Lua-based Environment Modules used in HPC License: MIT Group: Development/Libraries/Other Version: 8.7.15 @@ -66,6 +66,8 @@ BuildRequires: python-Sphinx %endif Provides: lua-lmod-man = %{version}-%{release} +Provides: ml = %{version} +Provides: modules = %{version} %if 0%{?build_pdf:1} %if 0%{suse_version} >= 1550 @@ -106,8 +108,16 @@ %endif # %%build_pdf %description -Lmod is an Environment Module System based on Lua, Reads TCL Modules, -Supports a Software Hierarchy. +Lmod is an Environment Module System as used in High Performance Computing +(HPC) based on Lua, Reads TCL Modules, Supports a Software Hierarchy. +Environment Modules are to select the individual versions of HPC libraries +and tools from a set of installed ones. +It requires these libraries and tools to be available in separate independent +directory structures. On SUSE systems default location for these structures +is under /usr/lib/hpc. + +It is not recommended to install this tool on systems which do not belong +to an HPC deployment which uses the module system. %package doc Summary: Documentation for Lmod