diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2019-02-12 02:54:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 02:54:53 +0100 |
commit | b7d673c043e5eb4b5198fbe76f552a20e5597fb9 (patch) | |
tree | 5be55e0e4c7e7d8e4f03092dd2227beae10f1955 /redhat | |
parent | Merge pull request #3774 from ton31337/fix/ospfd_instances_do_not_connect_to_... (diff) | |
parent | Revert "redhat: don't Requires initscript on systemd based distros" (diff) | |
download | frr-b7d673c043e5eb4b5198fbe76f552a20e5597fb9.tar.xz frr-b7d673c043e5eb4b5198fbe76f552a20e5597fb9.zip |
Merge pull request #3719 from liam-mcb/master
Revert "redhat: don't Requires initscript on systemd based distros"
Diffstat (limited to 'redhat')
-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 7a6344aa4..6d18c005b 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -171,6 +171,7 @@ BuildRequires: python27-sphinx BuildRequires: python-devel >= 2.7 BuildRequires: python-sphinx %endif +Requires: initscripts %if %{with_pam} BuildRequires: pam-devel %endif @@ -188,7 +189,6 @@ Requires(post): chkconfig Requires(preun): chkconfig # Initscripts > 5.60 is required for IPv6 support Requires(pre): initscripts >= 5.60 -Requires: initscripts %endif Provides: routingdaemon = %{version}-%{release} Obsoletes: gated mrt zebra frr-sysvinit |