Skip to content

Commit

Permalink
Merge pull request #483 from brianhlin/HTCONDOR-504.fix-blahp-req
Browse files Browse the repository at this point in the history
Fix Blahp requirement (HTCONDOR-504) and cut a bug-fix release
  • Loading branch information
brianhlin authored May 18, 2021
2 parents e35688a + 487ac48 commit 796a619
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(condor-ce NONE)

cmake_minimum_required(VERSION 2.6)

set( HTCONDORCE_VERSION "5.1.0" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "5.1.1" CACHE INTERNAL "Version of the HTCondor-CE" )

find_package(PkgConfig)

Expand Down
27 changes: 6 additions & 21 deletions rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define gitrev osg

Name: htcondor-ce
Version: 5.1.0
Version: 5.1.1
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch
Expand Down Expand Up @@ -109,12 +109,7 @@ Requires: %{name} = %{version}-%{release}
Group: Applications/System
Summary: Default routes for submission to PBS
Requires: %{name} = %{version}-%{release}

%if 0%{?uw_build}
Requires: /usr/libexec/condor/glite/bin/batch_gahp
%else
Requires: blahp
%endif

%description pbs
%{summary}
Expand All @@ -123,12 +118,7 @@ Requires: blahp
Group: Applications/System
Summary: Default routes for submission to LSF
Requires: %{name} = %{version}-%{release}

%if 0%{?uw_build}
Requires: /usr/libexec/condor/glite/bin/batch_gahp
%else
Requires: blahp
%endif

%description lsf
%{summary}
Expand All @@ -137,12 +127,7 @@ Requires: blahp
Group: Applications/System
Summary: Default routes for submission to SGE
Requires: %{name} = %{version}-%{release}

%if 0%{?uw_build}
Requires: /usr/libexec/condor/glite/bin/batch_gahp
%else
Requires: blahp
%endif

%description sge
%{summary}
Expand All @@ -151,12 +136,7 @@ Requires: blahp
Group: Applications/System
Summary: Default routes for submission to Slurm
Requires: %{name} = %{version}-%{release}

%if 0%{?uw_build}
Requires: /usr/libexec/condor/glite/bin/batch_gahp
%else
Requires: blahp
%endif

%description slurm
%{summary}
Expand Down Expand Up @@ -565,6 +545,11 @@ fi
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Tue May 18 2021 Brian Lin <[email protected]> - 5.1.1-1
- Improve restart time of HTCondor-CE View (HTCONDOR-420)
- Fix bug that caused HTCondor-CE to ignore incoming BatchRuntime requests (#480)
- Fix blahp packaging requirement (HTCONDOR-504)

* Tue Mar 30 2021 Mark Coatsworth <[email protected]> - 5.1.0-1
- Fix an issue where the CE removed running jobs prematurely (HTCONDOR-350)
- Add optional job router transform syntax (HTCONDOR-243)
Expand Down

0 comments on commit 796a619

Please sign in to comment.