summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2018-06-05 17:13:32 +0200
committerRuben Kerkhof <ruben@rubenkerkhof.com>2018-06-19 09:57:52 +0200
commit501c1362317a2a0d5f369e9c3ff37cf291e85d90 (patch)
tree41f58d395a1ea69ec4748d5447b073d0bfff4b05 /redhat
parentredhat: install-info is not called from %pre in spec file (diff)
downloadfrr-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.in4
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