Skip to content

Commit

Permalink
Merge branch 'V24_0-branch'
Browse files Browse the repository at this point in the history
timtheisen committed Dec 19, 2024
2 parents 26e9a0d + 8c2cf1b commit 2380f92
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

Name: htcondor-ce
Version: 24.2.0
Release: 0.rc1%{?gitrev:.%{gitrev}git}%{?dist}
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch

@@ -542,6 +542,19 @@ getent passwd condorce_webapp >/dev/null || \
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Wed Dec 18 2024 Tim Theisen <[email protected]> - 24.2.0-1
- Does not pass WholeNode request expressions to non-HTCondor batch systems

* Wed Dec 18 2024 Tim Theisen <[email protected]> - 24.0.2-1
- Does not pass WholeNode request expressions to non-HTCondor batch systems

* Wed Dec 18 2024 Tim Theisen <[email protected]> - 23.10.18-1
- Does not pass WholeNode request expressions to non-HTCondor batch systems

* Wed Dec 18 2024 Tim Theisen <[email protected]> - 23.0.18-1
- Does not pass WholeNode request expressions to non-HTCondor batch systems
- Fix certificate subject parsing in condor_ce_host_network_check

* Thu Oct 31 2024 Tim Theisen <[email protected]> - 24.1.2-1
- Initial HTCondor-CE 24.1.2 release

0 comments on commit 2380f92

Please sign in to comment.