From 72e1a3cf10add7b2bc01be12d77bca1670851909 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Mon, 15 Jul 2024 16:04:06 -0500 Subject: [PATCH] HTCONDOR-2501: Prepare for HTCondor-CE 23.0.12 release --- Makefile | 2 +- rpm/htcondor-ce.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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