Skip to content

Commit

Permalink
Get rid of the pbench-perl-JSON-XS dependency (v0.71)
Browse files Browse the repository at this point in the history
Similar to PR #2749: `perl-JSON-XS` is provided by all the RHELs
through EPEL (for RHEL7) or the CRB repo (for RHEL8 and later).
  • Loading branch information
ndokos authored and webbnh committed Apr 12, 2022
1 parent 53f0b84 commit 5adaec3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions agent/rpm/pbench-agent.spec.j2
Expand Up @@ -46,10 +46,7 @@ Requires: python3-jinja2, python3-redis, python3-requests, python3-sh
Requires: python3-psutil
%endif

%if 0%{?rhel} >= 7
%define prefixjsonxs pbench-
%endif
Requires: perl, perl-Data-UUID, perl-JSON, %{?prefixjsonxs}perl-JSON-XS
Requires: perl, perl-Data-UUID, perl-JSON, perl-JSON-XS
Requires: perl-Time-HiRes

Requires: bc, bzip2, hostname, iproute, iputils, net-tools
Expand Down

0 comments on commit 5adaec3

Please sign in to comment.