auto-import changelog data from ypbind-1.12-3.src.rpm

Tue Sep 09 2003 Steve Dickosn <SteveD@RedHat.com>
- Fixed a binding race where the wrong results were being returned.
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed May 21 2003 Bill Nottingham <notting@redhat.com> 1.12-1.10
- make yp.conf %config(noreplace)
This commit is contained in:
cvsdist 2004-09-09 15:18:19 +00:00
parent 54b9afd330
commit 52f874ac8f

View File

@ -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.12 Version: 1.12
Release: 0 Release: 3
Copyright: GPL Copyright: 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
@ -9,6 +9,7 @@ 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
Prereq: /sbin/chkconfig Prereq: /sbin/chkconfig
Requires: portmap, yp-tools, bash >= 2.0 Requires: portmap, yp-tools, bash >= 2.0
Epoch: 3 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} %setup -q -n ypbind-mt-%{version}
%patch1 -p1 -b .broadcast %patch1 -p1 -b .broadcast
%patch2 -p1 -b .fixit %patch2 -p1 -b .fixit
%patch3 -p1 -b .race
%build %build
%configure --sbindir=/sbin %configure --sbindir=/sbin
@ -74,12 +76,21 @@ exit 0
/sbin/ypbind /sbin/ypbind
%{_mandir}/*/* %{_mandir}/*/*
%config /etc/rc.d/init.d/* %config /etc/rc.d/init.d/*
%config /etc/yp.conf %config(noreplace) /etc/yp.conf
%dir /var/yp %dir /var/yp
%dir /var/yp/binding %dir /var/yp/binding
%doc README NEWS %doc README NEWS
%changelog %changelog
* Tue Sep 9 2003 Steve Dickosn <SteveD@RedHat.com>
- Fixed a binding race where the wrong results were being returned.
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed May 21 2003 Bill Nottingham <notting@redhat.com> 1.12-1.10
- make yp.conf %config(noreplace)
* Thu Apr 24 2003 Steve Dickson <SteveD@RedHat.com> * Thu Apr 24 2003 Steve Dickson <SteveD@RedHat.com>
- Updated to 1.12 from upstream. - Updated to 1.12 from upstream.
- Removed ypbind-1.8-dos.patch since it - Removed ypbind-1.8-dos.patch since it