From 4cc8248ed19399c717c9691147dc4c17401dcffd Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 3 Apr 2007 19:17:05 +0000 Subject: [PATCH] Replace portmap dependency with an rpcbind dependency (bz 228894) --- ypbind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ypbind.spec b/ypbind.spec index 67b93f8..7a23e2f 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,7 +1,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain. Name: ypbind Version: 1.19 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: System Environment/Daemons 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 Prereq: /sbin/chkconfig -Requires: portmap, yp-tools, bash >= 2.0 +Requires: rpcbind, yp-tools, bash >= 2.0 Epoch: 3 Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -90,6 +90,9 @@ exit 0 %doc README NEWS %changelog +* Tue Apr 3 2007 Steve Dickson - 3:1.19-8 +- Replace portmap dependency with an rpcbind dependency (bz 228894) + * Fri Dec 1 2006 Steve Dickson - 3:1.19-7 - Fixed leaking ports (bz 217874) - Log all server bindings (bz 217782)