From: Ruben Kerkhof Date: Tue, 5 Jun 2018 15:13:32 +0000 (+0200) Subject: redhat: depend on info package instead of binary in specfile X-Git-Tag: frr-6.1-dev~289^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=501c1362317a2a0d5f369e9c3ff37cf291e85d90;p=matthieu%2Ffrr.git redhat: depend on info package instead of binary in specfile Signed-off-by: Ruben Kerkhof --- diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 89280de699..5217ffdf83 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -143,8 +143,8 @@ License: GPLv2+ Group: System Environment/Daemons Source0: https://github.com/FRRouting/frr/archive/%{name}-%{frrversion}.tar.gz URL: https://www.frrouting.org -Requires(preun): /sbin/install-info -Requires(post): /sbin/install-info +Requires(preun): info +Requires(post): info BuildRequires: gcc patch libcap-devel BuildRequires: readline readline-devel ncurses ncurses-devel BuildRequires: json-c-devel bison >= 2.7 flex make