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:
parent
52f874ac8f
commit
7746c91439
@ -1 +1 @@
|
||||
ypbind-mt-1.12.tar.bz2
|
||||
ypbind-mt-1.16.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
3a11b9f447c72fd6d18afe3b6f94b2c0 ypbind-mt-1.12.tar.bz2
|
||||
f8216d3065cad8d763f98e1a16fb5dfb ypbind-mt-1.16.tar.bz2
|
||||
|
22
ypbind.spec
22
ypbind.spec
@ -1,15 +1,16 @@
|
||||
Summary: The NIS daemon which binds NIS clients to an NIS domain.
|
||||
Name: ypbind
|
||||
Version: 1.12
|
||||
Release: 3
|
||||
Copyright: GPL
|
||||
Version: 1.16
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
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
|
||||
Source1: ypbind.init
|
||||
Patch1: ypbind-1.11-broadcast.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
|
||||
Requires: portmap, yp-tools, bash >= 2.0
|
||||
Epoch: 3
|
||||
@ -37,6 +38,7 @@ also need to install the ypserv package to a machine on your network.
|
||||
%patch1 -p1 -b .broadcast
|
||||
%patch2 -p1 -b .fixit
|
||||
%patch3 -p1 -b .race
|
||||
%patch4 -p1 -b .nullhandle
|
||||
|
||||
%build
|
||||
%configure --sbindir=/sbin
|
||||
@ -82,7 +84,17 @@ exit 0
|
||||
%doc README NEWS
|
||||
|
||||
%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.
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
|
Loading…
Reference in New Issue
Block a user