4
4
%endif
5
5
6
6
Name: apel
7
- Version: 1.6.1
7
+ Version: 1.6.2
8
8
%define releasenumber 1
9
9
Release: %{releasenumber }%{?dist }
10
10
Summary: APEL packages
@@ -34,7 +34,7 @@ apel-lib provides required libraries for the rest of APEL system.
34
34
%package parsers
35
35
Summary: Parsers for APEL system
36
36
Group: Development/Languages
37
- Requires: apel-lib >= 1.6.1
37
+ Requires: apel-lib >= 1.6.2
38
38
Requires(pre): shadow-utils
39
39
40
40
%description parsers
@@ -44,7 +44,7 @@ supported by the APEL system: Torque, SGE and LSF.
44
44
%package client
45
45
Summary: APEL client package
46
46
Group: Development/Languages
47
- Requires: apel-lib >= 1.6.1 , apel-ssm
47
+ Requires: apel-lib >= 1.6.2 , apel-ssm
48
48
Requires(pre): shadow-utils
49
49
50
50
%description client
55
55
%package server
56
56
Summary: APEL server package
57
57
Group: Development/Languages
58
- Requires: apel-lib >= 1.6.1 , apel-ssm
58
+ Requires: apel-lib >= 1.6.2 , apel-ssm
59
59
Requires(pre): shadow-utils
60
60
61
61
%description server
@@ -109,8 +109,8 @@ cp schemas/server-extra.sql %{buildroot}%_datadir/apel/
109
109
cp schemas/cloud.sql %{buildroot }%_datadir /apel/
110
110
cp schemas/storage.sql %{buildroot }%_datadir /apel/
111
111
112
- cp scripts/ update-1.5.1-1.6.0.sql %{ buildroot }% _datadir /apel/
113
- cp scripts/update-1.6.0-1.6.1 .sql %{buildroot }%_datadir /apel/
112
+ # All update scripts matched by wildcard
113
+ cp scripts/update-* .sql %{buildroot }%_datadir /apel/
114
114
115
115
# accounting scripts
116
116
cp scripts/slurm_acc.sh %{buildroot }%_datadir /apel/
@@ -174,8 +174,8 @@ exit 0
174
174
%_datadir /apel/server-extra.sql
175
175
%_datadir /apel/cloud.sql
176
176
%_datadir /apel/storage.sql
177
- % _datadir /apel/ update-1.5.1-1.6.0.sql
178
- %_datadir /apel/update-1.6.0-1.6.1 .sql
177
+ # Include all update scripts by wildcard matching
178
+ %_datadir /apel/update-* .sql
179
179
180
180
%attr(755,root,root) %_datadir /apel/msg_status.py
181
181
%exclude %_datadir /apel/msg_status.pyc
@@ -199,8 +199,15 @@ exit 0
199
199
# ==============================================================================
200
200
201
201
%changelog
202
+ * Mon Apr 16 2018 Adrian Coveney <
[email protected] > - 1.6.2-1
203
+ - [parsers] Added remaining job statuses for SLURM that indicate the job has
204
+ stopped and that resources have been used.
205
+ - [server] Fix CpuCount being NULL in cloud accounting records and leading to
206
+ warnings when summarising.
207
+ - [docs] Remove references to specific LSF versions as all now allowed.
208
+
202
209
* Thu Dec 14 2017 Adrian Coveney <
[email protected] > - 1.6.1-1
203
- - [Parsers ] Removed version restriction from LSF parser so that it can
210
+ - [parsers ] Removed version restriction from LSF parser so that it can
204
211
additionally work with version 10 onwards.
205
212
- Added more columns to cloud summaries primary key to prevent mis-grouping.
206
213
- Added Python setup script to enable installation on non-RHEL-based systems.
0 commit comments