Skip to content

Commit

Permalink
Merge pull request #169 from brianhlin/master
Browse files Browse the repository at this point in the history
Bump version to 3.0.0 (SOFTWARE-3690)
  • Loading branch information
brianhlin authored May 7, 2019
2 parents bcaf9a7 + c354556 commit b4be434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.3.1
VERSION := 3.0.0


# ------------------------------------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion 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.3.1
Version: 3.0.0
Release: 1%{?dist}
License: Apache License, 2.0
Group: Applications/Grid
Expand Down Expand Up @@ -44,6 +44,12 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/osgtest/vendor
%{_sbindir}/%{name}-log-viewer

%changelog
* Tue May 07 2019 Brian Lin <[email protected]> - 3.0.0-1
- Remove tests for OSG 3.3-only components
- Update StashCache and XRootD tests for XCache 1.0+
- Add XRootD third-party copy tests (SOFTWARE-3362, SOFTWARE-3670)
- Install x509-scitokens-issuer-client for scitokens tests (SOFTWARE-3649)

* Wed Jan 23 2019 Carl Edquist <[email protected]> - 2.3.1-1
- Require globus-proxy-utils for xrootd-multiuser tests (SOFTWARE-3359, #154)
- Update test requirements for singularity-3.0.2 (SOFTWARE-3532, #157)
Expand Down

0 comments on commit b4be434

Please sign in to comment.