auto-import changelog data from ypbind-1.16-1.src.rpm

Mon Jan 19 2004 Phil Knirsch <pknirsch@redhat.com> 1.16-1
- Updated to latest upstream version.
Thu Nov 20 2003 Steve Dickson <SteveD@RedHat.com>
- Added a NULL check to test_bindings() to make sure clnt_call() is not
    called with a NULL pointer.
Sat Oct 04 2003 Steve Dickson <SteveD@RedHat.com>
- Updated Release number for RHEL3 QU1
This commit is contained in:
cvsdist 2004-09-09 15:19:13 +00:00
parent 52f874ac8f
commit 7746c91439
3 changed files with 19 additions and 7 deletions

View File

@ -1 +1 @@
ypbind-mt-1.12.tar.bz2 ypbind-mt-1.16.tar.bz2

View File

@ -1 +1 @@
3a11b9f447c72fd6d18afe3b6f94b2c0 ypbind-mt-1.12.tar.bz2 f8216d3065cad8d763f98e1a16fb5dfb ypbind-mt-1.16.tar.bz2

View File

@ -1,15 +1,16 @@
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.12 Version: 1.16
Release: 3 Release: 1
Copyright: 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
Url: http://www.linux-nis.org/nis/ypbind-mt/index.html Url: http://www.linux-nis.org/nis/ypbind-mt/index.html
Source1: ypbind.init Source1: ypbind.init
Patch1: ypbind-1.11-broadcast.patch Patch1: ypbind-1.11-broadcast.patch
Patch2: ypbind-1.11-gettextdomain.patch Patch2: ypbind-1.11-gettextdomain.patch
Patch3: ypbind-mt-1.12-bindingrace.patch Patch3: ypbind-mt-1.16-bindingrace.patch
Patch4: ypbind-mt-1.16-nullhandle.patch
Prereq: /sbin/chkconfig Prereq: /sbin/chkconfig
Requires: portmap, yp-tools, bash >= 2.0 Requires: portmap, yp-tools, bash >= 2.0
Epoch: 3 Epoch: 3
@ -37,6 +38,7 @@ also need to install the ypserv package to a machine on your network.
%patch1 -p1 -b .broadcast %patch1 -p1 -b .broadcast
%patch2 -p1 -b .fixit %patch2 -p1 -b .fixit
%patch3 -p1 -b .race %patch3 -p1 -b .race
%patch4 -p1 -b .nullhandle
%build %build
%configure --sbindir=/sbin %configure --sbindir=/sbin
@ -82,7 +84,17 @@ exit 0
%doc README NEWS %doc README NEWS
%changelog %changelog
* Tue Sep 9 2003 Steve Dickosn <SteveD@RedHat.com> * Mon Jan 19 2004 Phil Knirsch <pknirsch@redhat.com> 1.16-1
- Updated to latest upstream version.
* Thu Nov 20 2003 Steve Dickson <SteveD@RedHat.com>
- Added a NULL check to test_bindings() to make sure
clnt_call() is not called with a NULL pointer.
* Sat Oct 4 2003 Steve Dickson <SteveD@RedHat.com>
- Updated Release number for RHEL3 QU1
* Tue Sep 9 2003 Steve Dickson <SteveD@RedHat.com>
- Fixed a binding race where the wrong results were being returned. - Fixed a binding race where the wrong results were being returned.
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>