From 0c5090555034b8eff74671388f166384a29ce7b5 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 21 Sep 2023 12:27:46 -0500 Subject: [PATCH] HTCONDOR-2005: Align HTCondor-CE version number with HTCondor --- Makefile | 2 +- rpm/htcondor-ce.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4296bc1e3..3533a56de 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 6.0.1 +VERSION := 23.0.0 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index e844957f7..49244129e 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,7 +2,7 @@ #define gitrev osg Name: htcondor-ce -Version: 6.0.1 +Version: 23.0.0 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 +* Thu Sep 21 2023 Tim Theisen - 23.0.0-1 +- Align HTCondor-CE version number with HTCondor version number + * Thu Sep 21 2023 Tim Theisen - 6.0.1-1 - Add grid CA and host certificate/key locations to default SSL search paths - Verifies that HTCondor-CE can access the local HTCondor's SPOOL directory