Replace portmap dependency with an rpcbind dependency (bz 228894)
This commit is contained in:
parent
6eb78fbd72
commit
4cc8248ed1
@ -1,7 +1,7 @@
|
|||||||
Summary: The NIS daemon which binds NIS clients to an NIS domain.
|
Summary: The NIS daemon which binds NIS clients to an NIS domain.
|
||||||
Name: ypbind
|
Name: ypbind
|
||||||
Version: 1.19
|
Version: 1.19
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
|
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
|
||||||
@ -14,7 +14,7 @@ Patch4: ypbind-mt-1.19-port-leak.patch
|
|||||||
Patch5: ypbind-mt-1.19-log-binds.patch
|
Patch5: ypbind-mt-1.19-log-binds.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Requires: portmap, yp-tools, bash >= 2.0
|
Requires: rpcbind, yp-tools, bash >= 2.0
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -90,6 +90,9 @@ exit 0
|
|||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> - 3:1.19-8
|
||||||
|
- Replace portmap dependency with an rpcbind dependency (bz 228894)
|
||||||
|
|
||||||
* Fri Dec 1 2006 Steve Dickson <steved@redhat.com> - 3:1.19-7
|
* Fri Dec 1 2006 Steve Dickson <steved@redhat.com> - 3:1.19-7
|
||||||
- Fixed leaking ports (bz 217874)
|
- Fixed leaking ports (bz 217874)
|
||||||
- Log all server bindings (bz 217782)
|
- Log all server bindings (bz 217782)
|
||||||
|
Loading…
Reference in New Issue
Block a user