From d23fa585c38abbd47fa02fcdee275564be0e082a Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 4 Apr 2022 14:39:46 -0500 Subject: [PATCH] Add procps-ng RPM dependency Patch by Dylan Richardson; reviewed by brandonwilliams and bereng for CASSANDRA-17516 --- redhat/cassandra.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec index ddb73e49c9..c1ff712594 100644 --- a/redhat/cassandra.spec +++ b/redhat/cassandra.spec @@ -48,6 +48,7 @@ BuildRequires: ant-junit >= 1.9 Requires: jre >= 1.8.0 Requires: python(abi) >= 3.6 +Requires: procps-ng >= 3.3 Requires(pre): user(cassandra) Requires(pre): group(cassandra) Requires(pre): shadow-utils