move net-tools dep to -server subpkg
This commit is contained in:
parent
cce16381b8
commit
85f1e57b70
@ -22,8 +22,6 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: openssl-devel
|
||||
|
||||
Requires: net-tools
|
||||
|
||||
%description
|
||||
Service Location Protocol is an IETF standards track protocol that
|
||||
provides a framework to allow networking applications to discover the
|
||||
@ -43,10 +41,11 @@ OpenSLP header files and libraries.
|
||||
%package server
|
||||
Summary: OpenSLP server daemon
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires(preun): chkconfig, /sbin/service
|
||||
Requires(post): chkconfig
|
||||
Requires(postun): /sbin/service
|
||||
Requires: net-tools
|
||||
%description server
|
||||
OpenSLP server daemon to dynamically register services.
|
||||
|
||||
@ -148,7 +147,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2013 Rex Dieter <rdieter@fedoraproject.org> 1.2.1-19
|
||||
- Requires: +net-tools (for netstat, #975868)
|
||||
- -server: Requires: +net-tools (for netstat, #975868)
|
||||
|
||||
* Wed Jan 30 2013 Rex Dieter <rdieter@fedoraproject.org> 1.2.1-18
|
||||
- update URL: tag (#905975)
|
||||
|
Loading…
Reference in New Issue
Block a user