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>
This commit is contained in:
Ruben Kerkhof 2018-06-20 15:25:42 +02:00
parent 5f371d0bdf
commit 772d418a8b

View 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