From 0a7aa8dbb3dc5eb276fd0b64f183949161bd2a7f Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Mon, 22 Jul 2024 17:48:31 -0500 Subject: [PATCH] HTCONDOR-2544: Prepare for 23.0.13 release --- Makefile | 2 +- rpm/htcondor-ce.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 02ca2869..0ae76dda 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.0.12 +VERSION := 23.0.13 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index dca58293..6d30de66 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,11 +2,11 @@ #define gitrev osg Name: htcondor-ce -Version: 23.0.12 -Release: 1%{?gitrev:.%{gitrev}git}%{?dist} +Version: 23.0.13 +Release: 0.1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch - +0. Group: Applications/System License: Apache 2.0 URL: http://github.com/opensciencegrid/htcondor-ce @@ -557,6 +557,9 @@ fi %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Tue Jul 16 2024 Tim Theisen - 23.0.13-0.1 +- Package condor_ce_upgrade_check + * Tue Jul 16 2024 Tim Theisen - 23.0.12-1 - Fix whole node GPU request expression for non-HTCondor batch systems