]> git.proxmox.com Git - mirror_frr.git/commitdiff
redhat: remove superfluous Requires for json-c
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 20 Jun 2018 13:25:42 +0000 (15:25 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 21 Jun 2018 15:03:29 +0000 (17:03 +0200)
json-c-devel is already a BuildRequires, and rpm will add the Requires
itself.

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
redhat/frr.spec.in

index 46e76962f32a776b2bbec20bcc316a4bf290923e..9aa46bbbc1eec2f9261f5d2ff1beace97c4940b7 100644 (file)
@@ -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