From a76c7c1f1cd7b4703882c9c6576a52c1201ea9b3 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 d11e9b0c53..a3abaa6ece 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