-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe1ad85
commit 0db8ce7
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: Tests an OSG Software installation | ||
Name: osg-test | ||
Version: 3.0.0 | ||
Version: 3.1.0 | ||
Release: 1%{?dist} | ||
License: Apache License, 2.0 | ||
Group: Applications/Grid | ||
|
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/osgtest/vendor | |
%{_sbindir}/%{name}-log-viewer | ||
|
||
%changelog | ||
* Fri Jul 24 2020 Mátyás Selmeci <[email protected]> - 3.1.0-1 | ||
- Python 3/EL8 support for osg-test (SOFTWARE-4073) | ||
|
||
* 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+ | ||
|