diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-20 15:29:16 +0200 |
---|---|---|
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-21 17:03:29 +0200 |
commit | 7eec5b4c38ac1d23be3c60970159b55b9e606277 (patch) | |
tree | 3ae2982ea10ded506deecaf2ff4084294a30f142 /redhat/frr.spec.in | |
parent | redhat: don't Requires initscript on systemd based distros (diff) | |
download | frr-7eec5b4c38ac1d23be3c60970159b55b9e606277.tar.xz frr-7eec5b4c38ac1d23be3c60970159b55b9e606277.zip |
redhat: remove BuildRequires for patch
Nothing seems to need it
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat/frr.spec.in')
-rw-r--r-- | redhat/frr.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 92fca3d35..6f4123413 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -145,7 +145,7 @@ Source0: https://github.com/FRRouting/frr/archive/%{name}-%{frrversion}.t URL: https://www.frrouting.org Requires(preun): info Requires(post): info -BuildRequires: gcc patch libcap-devel +BuildRequires: gcc libcap-devel BuildRequires: readline-devel ncurses-devel BuildRequires: json-c-devel bison >= 2.7 flex make BuildRequires: c-ares-devel texinfo |