diff --git a/job-submit.spec b/job-submit.spec index 75d9ee0..bcb654b 100644 --- a/job-submit.spec +++ b/job-submit.spec @@ -1,51 +1,55 @@ %define fxdir /usr/share/lua/5.3/job_submit_fx %define name scitas-job-submit -%define version 1.0.3 +%define version 2.0.0 %define release 1%{?dist} Name: %{name} Version: %{version} Release: %{release} License: GPLv3 Summary: Collection of functions for job_submit.lua script URL: https://c4science.ch/source/scitas-job-submit Source0: %{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: lua >= 5.3 , lua-http, lua-json %description Collection of functions developed in LUA, integrated into the slurm job_submit.lua script. %prep %setup -q %build %install install -m 755 -d %{buildroot}%{fxdir} install -m 644 job_submit_fx/*.lua %{buildroot}%{fxdir}/ install -m 755 -d %{buildroot}/etc/slurm/job_submit install -m 644 job_submit/* %{buildroot}/etc/slurm/job_submit install -m 644 job_submit.lua %{buildroot}/etc/slurm/job_submit.lua %files %config(noreplace) /etc/slurm/job_submit/* %{fxdir} /etc/slurm/job_submit.lua %clean rm -rf %{buildroot} %changelog +* Fri Oct 21 2022 Nicolas COUDENE - 2.0.0 +- Add new function 'capping' to block job submissoin based on money consumption +- Lint +- Code refactoring * Wed May 25 2022 Nicolas COUDENE - 1.0.3 - Add new function to check job description (array format for starter) * Mon Jan 10 2022 Antonio J. RUSSO - 1.0.2 - Add new function to force users to specify an account * Wed Sep 15 2021 Antonio J. RUSSO - 1.0.1 - Build and debug partitions become free * Mon Jul 26 2021 Antonio J. RUSSO - 1.0.0 - Initial RPM release