auto-import changelog data from yp-tools-2.6-3.src.rpm
Fri Mar 22 2002 Alex Larsson <alexl@redhat.com> 2.6-3 - Add patch that handles MD5 passwords and HPU/X password aging. - This should hopefully fix #19045 and #22667 Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
338fb7a869
commit
938e3a5862
@ -1 +1 @@
|
|||||||
yp-tools-2.5.tar.gz
|
yp-tools-2.6.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
dc54a96435f006cfa5280889e8c617e6 yp-tools-2.5.tar.gz
|
3fa285adba6ec2e236d124fb02361303 yp-tools-2.6.tar.bz2
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
Summary: NIS (or YP) client programs.
|
Summary: NIS (or YP) client programs.
|
||||||
Name: yp-tools
|
Name: yp-tools
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 1
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.gz
|
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
|
||||||
Url: http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
|
Url: http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
|
||||||
|
Patch1: yp-tools-2.6-passwd.patch
|
||||||
Obsoletes: yppasswd, yp-clients
|
Obsoletes: yppasswd, yp-clients
|
||||||
Requires: ypbind
|
Requires: ypbind
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -32,6 +33,7 @@ you'll need to install the ypserv package on one machine on the network.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-domainname
|
%configure --disable-domainname
|
||||||
@ -57,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/yp
|
%dir /var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2002 Alex Larsson <alexl@redhat.com> 2.6-3
|
||||||
|
- Add patch that handles MD5 passwords and HPU/X password aging.
|
||||||
|
- This should hopefully fix #19045 and #22667
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- own /var/yp
|
- own /var/yp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user