diff options
| author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-05 17:15:28 +0200 |
|---|---|---|
| committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-19 09:57:52 +0200 |
| commit | c88a52f4dfcb6f33344922e3f5d0a78853b58e7e (patch) | |
| tree | 20a460514c8f097ac5ae5b377435fece628df523 | |
| parent | ccb9b8f6c0bc7115967e81cb231ba3d4be8fce0c (diff) | |
redhat: remove a few superfluous Requires from spec file
rpm adds these automatically
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
| -rw-r--r-- | redhat/frr.spec.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 33e047e532..2b0bf6b769 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -155,14 +155,12 @@ BuildRequires: python27-devel python27-sphinx %else BuildRequires: python-devel >= 2.7 python-sphinx %endif -Requires: ncurses json-c initscripts +Requires: json-c initscripts %if %{with_pam} BuildRequires: pam-devel -Requires: pam %endif %if %{with_rpki} BuildRequires: librtr-devel >= 0.5 -Requires: librtr >= 0.5 %endif %if "%{initsystem}" == "systemd" BuildRequires: systemd systemd-devel @@ -198,7 +196,7 @@ Contributed/3rd party tools which may be of use with frr. %package pythontools Summary: python tools for frr BuildRequires: python -Requires: python python-ipaddr +Requires: python-ipaddr Group: System Environment/Daemons %description pythontools |
