Skip to content

Commit

Permalink
Merge pull request #152 from brianhlin/master
Browse files Browse the repository at this point in the history
Bump version to 2.3.0
  • Loading branch information
brianhlin authored Dec 19, 2018
2 parents 0c1065a + 3476fe1 commit c46e4e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------

PACKAGE := osg-test
VERSION := 2.2.0
VERSION := 2.3.0


# ------------------------------------------------------------------------------
Expand Down
17 changes: 12 additions & 5 deletions rpm/osg-test.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Tests an OSG Software installation
Name: osg-test
Version: 2.2.2
Version: 2.3.0
Release: 1%{?dist}
License: Apache License, 2.0
Group: Applications/Grid
Expand Down Expand Up @@ -41,27 +41,34 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_sbindir}/%{name}-log-viewer

%changelog
* Wed Dec 19 2018 Brian Lin <[email protected]> - 2.3.0-1
- Add extra digits to the test numbering scheme
- Fix bootstrap-osg-test (SOFTWARE-2232)
- Add tests for xrootd-multiuser, StashCache (SOFTWARE-3369, SOFTWARE-3360)
- Update tests for HTCondor 8.8.0 (SOFTWARE-3473)
- Re-enable xrootd-fuse tests

* Tue Oct 02 2018 Carl Edquist <[email protected]> - 2.2.2-1
- Update bootstrap-osg-test to fetch from source control (SOFTWARE-2232)
- Allow installing slurm without all of osg-tested-internal (SOFTWARE-3347)
- Conditionalize xrootd policy based on lcmaps version (SOFTWARE-3396)

* Tue Aug 7 2018 Suchandra Thapa <[email protected]>
* Tue Aug 7 2018 Suchandra Thapa <[email protected]> - 2.2.1-1
- Add crl and ca expiration tests for RSV
- Update to use Slurm 17.11.7

* Fri Apr 27 2018 Brian Lin <[email protected]> 2.2.0-1
* Fri Apr 27 2018 Brian Lin <[email protected]> - 2.2.0-1
- Move proxy generation to the beginning of the tests
- Add xrootd-lcmaps tests
- Fix BeStMan and gfal test GUMS dependencies
- Disable Gratia tests on EL7
- Drop osg-configure unit tests

* Tue Jan 30 2018 Brian Lin <[email protected]> 2.1.0-1
* Tue Jan 30 2018 Brian Lin <[email protected]> - 2.1.0-1
- Add test decorator to limit tests/modules to specific OSG or EL releases (SOFTWARE-2759)
- Fix gfal2 tests to not depend on bestman (SOFTWARE-2911)

* Fri Dec 08 2017 Brian Lin <[email protected]> 2.0.1-1
* Fri Dec 08 2017 Brian Lin <[email protected]> - 2.0.1-1
- Grab slurm from development repos instead of contrib (SOFTWARE-2994)
- Fix cagen.py calls for osg-ca-generator-1.3.0

Expand Down

0 comments on commit c46e4e4

Please sign in to comment.