diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-05 17:13:32 +0200 |
---|---|---|
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-19 09:57:52 +0200 |
commit | 501c1362317a2a0d5f369e9c3ff37cf291e85d90 (patch) | |
tree | 41f58d395a1ea69ec4748d5447b073d0bfff4b05 /redhat | |
parent | redhat: install-info is not called from %pre in spec file (diff) | |
download | frr-501c1362317a2a0d5f369e9c3ff37cf291e85d90.tar.xz frr-501c1362317a2a0d5f369e9c3ff37cf291e85d90.zip |
redhat: depend on info package instead of binary in specfile
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 89280de69..5217ffdf8 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 |