diff options
| author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-05 17:18:21 +0200 |
|---|---|---|
| committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-19 09:57:52 +0200 |
| commit | 95624f7b3462a35de3ee97796e9d19d18a172c0e (patch) | |
| tree | 99960ba22da60a5b400fef265784b9a46d17d093 | |
| parent | c88a52f4dfcb6f33344922e3f5d0a78853b58e7e (diff) | |
redhat: add missing dependencies on chkconfig in spec file
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
| -rw-r--r-- | redhat/frr.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 2b0bf6b769..54494ecf18 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -168,6 +168,8 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd %else +Requires(post): chkconfig +Requires(preun): chkconfig # Initscripts > 5.60 is required for IPv6 support Requires(pre): initscripts >= 5.60 %endif |
