From 772d418a8bd7fc40aaaa47eca8152cda44f7b001 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 20 Jun 2018 15:25:42 +0200 Subject: [PATCH] redhat: remove superfluous Requires for json-c json-c-devel is already a BuildRequires, and rpm will add the Requires itself. Signed-off-by: Ruben Kerkhof --- redhat/frr.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 46e76962f3..9aa46bbbc1 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -155,7 +155,7 @@ BuildRequires: python27-devel python27-sphinx %else BuildRequires: python-devel >= 2.7 python-sphinx %endif -Requires: json-c initscripts +Requires: initscripts %if %{with_pam} BuildRequires: pam-devel %endif -- 2.39.5