diff --git a/Makefile b/Makefile index edb73eb6..5fc461db 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.0.8 +VERSION := 23.0.12 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index 097ff1a7..c6377787 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,7 +2,7 @@ #define gitrev osg Name: htcondor-ce -Version: 23.0.8 +Version: 23.0.12 Release: 1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -556,6 +556,9 @@ fi %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Tue Jul 16 2024 Tim Theisen - 23.0.12-1 +- Fix whole node GPU request expression for non-HTCondor batch systems + * Thu Apr 11 2024 Tim Theisen - 23.0.8-1 - Fix memory request being ignored for whole node jobs