Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTCONDOR-2004: Adjust spec file for a world without a blahp RPM #586

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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