summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2018-06-20 15:25:42 +0200
committerRuben Kerkhof <ruben@rubenkerkhof.com>2018-06-21 17:03:29 +0200
commit772d418a8bd7fc40aaaa47eca8152cda44f7b001 (patch)
treefab8a6d2840205f4386c160395f71432d1ee81d5 /redhat
parentredhat: indent some stuff in spec file (diff)
downloadfrr-772d418a8bd7fc40aaaa47eca8152cda44f7b001.tar.xz
frr-772d418a8bd7fc40aaaa47eca8152cda44f7b001.zip
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 <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 46e76962f..9aa46bbbc 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