-
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 #478 from brianhlin/tag-v4.5.2
Bump version to 4.5.2
- Loading branch information
Showing
2 changed files
with
8 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.5.1 | ||
Release: 2%{?gitrev:.%{gitrev}git}%{?dist} | ||
Version: 4.5.2 | ||
Release: 1%{?gitrev:.%{gitrev}git}%{?dist} | ||
Summary: A framework to run HTCondor as a CE | ||
BuildArch: noarch | ||
|
||
|
@@ -520,6 +520,11 @@ fi | |
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi | ||
|
||
%changelog | ||
* Tue Apr 27 2021 Brian Lin <[email protected]> - 4.5.2-1 | ||
- Use the `GlobalJobID` attribute as the APEL record `lrmsID` (#426) | ||
- Fix an issue with an overly aggressive default `SYSTEM_PERIODIC_REMOVE` (HTCONDOR-350) | ||
- Fix faulty validation of `JOB_ROUTER_ROUTE_NAMES` and `JOB_ROUTER_ENTRIES` in the startup script (HTCONDOR-406) | ||
|
||
* Tue Mar 30 2021 Brian Lin <[email protected]> - 4.5.0-2 | ||
- Fix an issue with an overly aggressive default SYSTEM_PERIODIC_REMOVE (HTCONDOR-350) | ||
- Use the GlobalJobID attribute as the APEL record lrmsID (#426) | ||
|