From: Ruben Kerkhof Date: Wed, 20 Jun 2018 13:25:42 +0000 (+0200) Subject: redhat: remove superfluous Requires for json-c X-Git-Tag: frr-6.1-dev~203^2~18 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=772d418a8bd7fc40aaaa47eca8152cda44f7b001;p=matthieu%2Ffrr.git 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 --- 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