mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
redhat: don't Requires initscript on systemd based distros
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
772d418a8b
commit
ec59a1559c
@ -155,7 +155,6 @@ BuildRequires: python27-devel python27-sphinx
|
|||||||
%else
|
%else
|
||||||
BuildRequires: python-devel >= 2.7 python-sphinx
|
BuildRequires: python-devel >= 2.7 python-sphinx
|
||||||
%endif
|
%endif
|
||||||
Requires: initscripts
|
|
||||||
%if %{with_pam}
|
%if %{with_pam}
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
%endif
|
%endif
|
||||||
@ -172,6 +171,7 @@ Requires(post): chkconfig
|
|||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
# Initscripts > 5.60 is required for IPv6 support
|
# Initscripts > 5.60 is required for IPv6 support
|
||||||
Requires(pre): initscripts >= 5.60
|
Requires(pre): initscripts >= 5.60
|
||||||
|
Requires: initscripts
|
||||||
%endif
|
%endif
|
||||||
Provides: routingdaemon = %{version}-%{release}
|
Provides: routingdaemon = %{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
Loading…
Reference in New Issue
Block a user