Skip to content

Commit

Permalink
HTCONDOR-2004: Adjust spec file for a world without a blahp RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Sep 20, 2023
1 parent c9d972c commit b29a506
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ BuildRequires: python3-rpm-macros
# https://opensciencegrid.atlassian.net/browse/HTCONDOR-244
# Need 9.0.1 for the C++ collector plugin
# https://opensciencegrid.atlassian.net/browse/HTCONDOR-1326
Requires: condor >= 9.0.1
# The blahp was moved to the condor package in HTCondor 9.5.0
Requires: condor >= 9.5.0

# Init script doesn't function without `which` (which is no longer part of RHEL7 base).
Requires: which
Expand Down Expand Up @@ -113,7 +114,6 @@ Requires: %{name} = %{version}-%{release}
Group: Applications/System
Summary: Default routes for submission to PBS
Requires: %{name} = %{version}-%{release}
Requires: blahp

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

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

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

%description slurm
%{summary}
Expand Down

0 comments on commit b29a506

Please sign in to comment.