From 59eb2e3c920baa5ffa4a3f0f3c2faa5f211301da Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 5 Feb 2026 14:26:00 +0100 Subject: [PATCH 1/2] download URL of Modules tar file updated --- Pmodules_modules.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pmodules_modules.spec b/Pmodules_modules.spec index df13c87..abb42b2 100644 --- a/Pmodules_modules.spec +++ b/Pmodules_modules.spec @@ -7,7 +7,8 @@ Release: 1%{?dist} Group: System Environment License: GPLv2 Url: https://modules.readthedocs.io/h -Source0: https://amas.web.psi.ch/Downloads/modules/modules-%{version}.tar.bz2 +#Source0: https://amas.web.psi.ch/Downloads/modules/modules-%{version}.tar.bz2 +Source0: https://github.com/Pmodules/download/raw/refs/heads/main/modules-%{version}.tar.bz2" BuildRequires: autoconf, gcc, tcl-devel -- 2.52.0 From d90028abf309559c75d73c1a139c1ae31f74a932 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 5 Feb 2026 14:26:48 +0100 Subject: [PATCH 2/2] make added as required --- Pmodules.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pmodules.spec b/Pmodules.spec index 3c6c8c2..e8194aa 100644 --- a/Pmodules.spec +++ b/Pmodules.spec @@ -12,7 +12,7 @@ # /usr/share/licenses/Pmodules Name: Pmodules -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: PSI module system @@ -23,6 +23,7 @@ Packager: Achim Gsell Vendor: Paul Scherrer Institut %define modules_version 3.2.10.2 +Requires: make Requires: lua Requires: luarocks Requires: lua-posix -- 2.52.0