update to 8.7.4
This commit is contained in:
parent
7ca7174ed0
commit
11eadb6dda
Binary file not shown.
11
Lmod.spec
11
Lmod.spec
@ -3,8 +3,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: Lmod
|
Name: Lmod
|
||||||
Version: 8.1.17
|
Version: 8.7.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Environmental Modules System in Lua
|
Summary: Environmental Modules System in Lua
|
||||||
|
|
||||||
License: MIT and LGPLv2
|
License: MIT and LGPLv2
|
||||||
@ -16,8 +16,6 @@ Source1: macros.%{name}
|
|||||||
# Having them go to stdout breaks openQA tests when Lmod is installed
|
# Having them go to stdout breaks openQA tests when Lmod is installed
|
||||||
# Backported version of
|
# Backported version of
|
||||||
# https://github.com/TACC/Lmod/commit/fa2e3a1a84951b38a56c76391e6b0c340c0199a7
|
# https://github.com/TACC/Lmod/commit/fa2e3a1a84951b38a56c76391e6b0c340c0199a7
|
||||||
Patch0: lmod-8.1.17-echo_stderr.patch
|
|
||||||
Patch1: Support-for-lua-5.4-added.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
@ -45,8 +43,6 @@ where the library and header files can be found.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
sed -i -e 's,/usr/bin/env ,/usr/bin/,' src/*.tcl
|
sed -i -e 's,/usr/bin/env ,/usr/bin/,' src/*.tcl
|
||||||
# Remove bundled lua-filesystem and lua-term
|
# Remove bundled lua-filesystem and lua-term
|
||||||
rm -r pkgs/{luafilesystem,term} tools/json.lua
|
rm -r pkgs/{luafilesystem,term} tools/json.lua
|
||||||
@ -103,6 +99,9 @@ install -Dpm 644 %{SOURCE1} %{buildroot}/%{macrosdir}/macros.%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 2 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 8.7.4-1
|
||||||
|
- Update to 8.7.4
|
||||||
|
|
||||||
* Sat May 7 2022 liyanan <liyanan32@h-partners.com> - 8.1.17-2
|
* Sat May 7 2022 liyanan <liyanan32@h-partners.com> - 8.1.17-2
|
||||||
- Support for lua 5.4 added
|
- Support for lua 5.4 added
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user