Skip to content

Commit 825aa6b

Browse files
committed
HTCONDOR-2688: Update to htcondor2 Python bindings
1 parent 815e7ba commit 825aa6b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77

88
PACKAGE := htcondor-ce
9-
VERSION := 24.2.0
9+
VERSION := 24.6.0
1010

1111

1212
# ------------------------------------------------------------------------------

Diff for: rpm/htcondor-ce.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define gitrev osg
33

44
Name: htcondor-ce
5-
Version: 24.2.0
6-
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
5+
Version: 24.6.0
6+
Release: 0.a1%{?gitrev:.%{gitrev}git}%{?dist}
77
Summary: A framework to run HTCondor as a CE
88
BuildArch: noarch
99

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

544544
%changelog
545+
* Thu Mar 20 2025 Tim Theisen <[email protected]> - 24.6.0-0.a1
546+
- Convert to htcondor2 Python bindings
547+
545548
* Wed Dec 18 2024 Tim Theisen <[email protected]> - 24.2.0-1
546549
- Does not pass WholeNode request expressions to non-HTCondor batch systems
547550

0 commit comments

Comments
 (0)