From 737e7fa5adfde915823896b2b5fb4a8bce86b5b8 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Tue, 29 Oct 2024 15:14:04 -0500 Subject: [PATCH 1/2] HTCONDOR-2677: Prepare for 23.0.17 release --- Makefile | 2 +- rpm/htcondor-ce.spec | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 236a771c..3086e540 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.0.16 +VERSION := 23.0.17 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index 7a1d00a2..bc0800b3 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,8 +2,8 @@ #define gitrev osg Name: htcondor-ce -Version: 23.0.16 -Release: 0.rc1%{?gitrev:.%{gitrev}git}%{?dist} +Version: 23.0.17 +Release: 1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -542,8 +542,9 @@ getent passwd condorce_webapp >/dev/null || \ %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog -* Fri Oct 11 2024 Tim Theisen - 23.0.16-0.1 +* Wed Oct 30 2024 Tim Theisen - 23.0.17-1 - Lock down HTCondor-CE IDTOKEN security +- Remove obsolete GSI configuration * Wed Jul 24 2024 Tim Theisen - 23.0.13-1 - Package condor_ce_upgrade_check From ac3cb28734e8aac52a474ba414fc2c7395467e53 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 31 Oct 2024 10:50:50 -0500 Subject: [PATCH 2/2] HTCONDOR-2611: Initial HTCondor-CE 24.0.1 release --- rpm/htcondor-ce.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index ea5b7c9f..e4052bb0 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -3,7 +3,7 @@ Name: htcondor-ce Version: 24.0.1 -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,11 +542,13 @@ getent passwd condorce_webapp >/dev/null || \ %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Thu Oct 31 2024 Tim Theisen - 24.0.1-1 +- Initial HTCondor-CE 24.0.1 release + * Wed Oct 30 2024 Tim Theisen - 23.10.1-1 - Fix cert subject parsing in condor_ce_host_network_check * Wed Oct 30 2024 Tim Theisen - 23.0.17-1 -- Lock down HTCondor-CE IDTOKEN security - Remove obsolete GSI configuration * Thu Aug 08 2024 Tim Theisen - 23.9.1-1