From 39c8d6aa57e825e5b7f55eb13c5cf7eebc18c6ad 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 68f2b4020e..2a56918af8 100644 --- a/redhat/cassandra.spec +++ b/redhat/cassandra.spec @@ -47,6 +47,7 @@ BuildRequires: ant-junit >= 1.9 Requires: jre >= 1.8.0 Requires: python(abi) >= 2.7 +Requires: procps-ng >= 3.3 Requires(pre): user(cassandra) Requires(pre): group(cassandra) Requires(pre): shadow-utils