-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from brianhlin/bump-packaging
Bump packaging
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
#define gitrev osg | ||
|
||
Name: htcondor-ce | ||
Version: 4.2.1 | ||
Release: 1%{?gitrev:.%{gitrev}git}%{?dist} | ||
Version: 4.3.0 | ||
Release: 2%{?gitrev:.%{gitrev}git}%{?dist} | ||
Summary: A framework to run HTCondor as a CE | ||
BuildArch: noarch | ||
|
||
|
@@ -494,6 +494,21 @@ fi | |
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi | ||
|
||
%changelog | ||
* Wed May 27 2020 Brian Lin <[email protected]> - 4.3.0-2 | ||
- Update the packaging for 4.3.0 | ||
|
||
* Wed May 27 2020 Brian Lin <[email protected]> - 4.3.0-1 | ||
- Add the CE registry web application to the central collector. The | ||
registry provides an interface to OSG site administrators of | ||
HTCondor-CEs to retrieve an HTCondor IDTOKEN for authenticating | ||
pilot job submissions (#298, #299) | ||
- Identify broken job routes upon startup (#319) | ||
- Add benchmarking parameters to the BDII provider via HTCONDORCE_SPEC | ||
in the configuration. See /etc/condor-ce/config.d/99-ce-bdii.conf | ||
for examples (#311) | ||
- Fix handling of unmapped GSI users in the central collector (#317) | ||
- Fix reference to old BDII configuration values (#322) | ||
|
||
* Wed Mar 18 2020 Brian Lin <[email protected]> - 4.2.1-1 | ||
- Drop vestigial central collector config generator | ||
- Fix unmapped GSI/SSL regexps and allow unmapped enttities to advertise to the central ceollector (SOFTWARE-3939) | ||
|