From 52f874ac8ffe988922a040e2af8dcbd27f4a1fe0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:18:19 +0000 Subject: [PATCH] auto-import changelog data from ypbind-1.12-3.src.rpm Tue Sep 09 2003 Steve Dickosn - Fixed a binding race where the wrong results were being returned. Wed Jun 04 2003 Elliot Lee - rebuilt Wed May 21 2003 Bill Nottingham 1.12-1.10 - make yp.conf %config(noreplace) --- ypbind.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/ypbind.spec b/ypbind.spec index 63bdfe8..12fd286 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.12 -Release: 0 +Release: 3 Copyright: GPL Group: System Environment/Daemons Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2 @@ -9,6 +9,7 @@ Url: http://www.linux-nis.org/nis/ypbind-mt/index.html Source1: ypbind.init Patch1: ypbind-1.11-broadcast.patch Patch2: ypbind-1.11-gettextdomain.patch +Patch3: ypbind-mt-1.12-bindingrace.patch Prereq: /sbin/chkconfig Requires: portmap, yp-tools, bash >= 2.0 Epoch: 3 @@ -35,6 +36,7 @@ also need to install the ypserv package to a machine on your network. %setup -q -n ypbind-mt-%{version} %patch1 -p1 -b .broadcast %patch2 -p1 -b .fixit +%patch3 -p1 -b .race %build %configure --sbindir=/sbin @@ -74,12 +76,21 @@ exit 0 /sbin/ypbind %{_mandir}/*/* %config /etc/rc.d/init.d/* -%config /etc/yp.conf +%config(noreplace) /etc/yp.conf %dir /var/yp %dir /var/yp/binding %doc README NEWS %changelog +* Tue Sep 9 2003 Steve Dickosn +- Fixed a binding race where the wrong results were being returned. + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Wed May 21 2003 Bill Nottingham 1.12-1.10 +- make yp.conf %config(noreplace) + * Thu Apr 24 2003 Steve Dickson - Updated to 1.12 from upstream. - Removed ypbind-1.8-dos.patch since it