Skip to content

Commit 380e2b5

Browse files
Merge pull request apel#158 from apel/release-1.6.2
Release 1.6.2 to dev
2 parents d25dbca + 0b9a8ad commit 380e2b5

File tree

5 files changed

+27
-14
lines changed

5 files changed

+27
-14
lines changed

Diff for: CHANGELOG

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Changelog for apel
22
==================
3+
* Mon Apr 16 2018 Adrian Coveney <[email protected]> - 1.6.2-1
4+
- [parsers] Added remaining job statuses for SLURM that indicate the job has
5+
stopped and that resources have been used.
6+
- [server] Fix CpuCount being NULL in cloud accounting records and leading to
7+
warnings when summarising.
8+
- [docs] Remove references to specific LSF versions as all now allowed.
9+
310
* Thu Dec 14 2017 Adrian Coveney <[email protected]> - 1.6.1-1
4-
- [Parsers] Removed version restriction from LSF parser so that it can
11+
- [parsers] Removed version restriction from LSF parser so that it can
512
additionally work with version 10 onwards.
613
- Added more columns to cloud summaries primary key to prevent mis-grouping.
714
- Added Python setup script to enable installation on non-RHEL-based systems.

Diff for: apel.spec

+16-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%endif
55

66
Name: apel
7-
Version: 1.6.1
7+
Version: 1.6.2
88
%define releasenumber 1
99
Release: %{releasenumber}%{?dist}
1010
Summary: APEL packages
@@ -34,7 +34,7 @@ apel-lib provides required libraries for the rest of APEL system.
3434
%package parsers
3535
Summary: Parsers for APEL system
3636
Group: Development/Languages
37-
Requires: apel-lib >= 1.6.1
37+
Requires: apel-lib >= 1.6.2
3838
Requires(pre): shadow-utils
3939

4040
%description parsers
@@ -44,7 +44,7 @@ supported by the APEL system: Torque, SGE and LSF.
4444
%package client
4545
Summary: APEL client package
4646
Group: Development/Languages
47-
Requires: apel-lib >= 1.6.1, apel-ssm
47+
Requires: apel-lib >= 1.6.2, apel-ssm
4848
Requires(pre): shadow-utils
4949

5050
%description client
@@ -55,7 +55,7 @@ SSM.
5555
%package server
5656
Summary: APEL server package
5757
Group: Development/Languages
58-
Requires: apel-lib >= 1.6.1, apel-ssm
58+
Requires: apel-lib >= 1.6.2, apel-ssm
5959
Requires(pre): shadow-utils
6060

6161
%description server
@@ -109,8 +109,8 @@ cp schemas/server-extra.sql %{buildroot}%_datadir/apel/
109109
cp schemas/cloud.sql %{buildroot}%_datadir/apel/
110110
cp schemas/storage.sql %{buildroot}%_datadir/apel/
111111

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/
114114

115115
# accounting scripts
116116
cp scripts/slurm_acc.sh %{buildroot}%_datadir/apel/
@@ -174,8 +174,8 @@ exit 0
174174
%_datadir/apel/server-extra.sql
175175
%_datadir/apel/cloud.sql
176176
%_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
179179

180180
%attr(755,root,root) %_datadir/apel/msg_status.py
181181
%exclude %_datadir/apel/msg_status.pyc
@@ -199,8 +199,15 @@ exit 0
199199
# ==============================================================================
200200

201201
%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+
202209
* 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
204211
additionally work with version 10 onwards.
205212
- Added more columns to cloud summaries primary key to prevent mis-grouping.
206213
- Added Python setup script to enable installation on non-RHEL-based systems.

Diff for: apel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
1616
@author Konrad Jopek, Will Rogers
1717
'''
18-
__version__ = (1, 6, 1)
18+
__version__ = (1, 6, 2)

Diff for: scripts/apel-build-rpm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rpmdev-setuptree
1111

1212
RPMDIR=/home/rpmb/rpmbuild
13-
VERSION=1.6.1-1
13+
VERSION=1.6.2-1
1414
APELDIR=apel-$VERSION
1515

1616
# Remove old sources and RPMS

Diff for: scripts/update-1.6.1-next_version.sql renamed to scripts/update-1.6.1-1.6.2.sql

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- This script contains multiple comment blocks that can update
2-
-- APEL version 1.6.1 databases of the following types to the next version:
2+
-- APEL version 1.6.1 databases of the following types to 1.6.2:
33
-- - Cloud Accounting Database
44

55
-- UPDATE SCRIPT FOR CLOUD SCHEMA
@@ -15,4 +15,3 @@
1515
UPDATE CloudRecords SET
1616
CpuCount=0
1717
WHERE CpuCount is NULL;
18-

0 commit comments

Comments
 (0)