auto-import changelog data from yp-tools-2.4-7.src.rpm
Mon Feb 26 2001 Trond Eivind Glomsrd <teg@redhat.com> - langify Wed Sep 27 2000 Florian La Roche <Florian.LaRoche@redhat.de> - add another security patch Sun Aug 20 2000 Florian La Roche <Florian.LaRoche@redhat.com> - allow passwords up to 128 characters
This commit is contained in:
parent
ad0932e230
commit
2d7e4f93b7
@ -1,15 +1,17 @@
|
|||||||
Summary: NIS (or YP) client programs.
|
Summary: NIS (or YP) client programs.
|
||||||
Name: yp-tools
|
Name: yp-tools
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 4
|
Release: 7
|
||||||
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.gz
|
||||||
Patch: yp-tools-2.4-defaults.patch
|
Patch: yp-tools-2.4-defaults.patch
|
||||||
|
Patch1: yp-tools-2.4-passwd.patch
|
||||||
|
Patch2: yp-tools-2.4.patch
|
||||||
Url: http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
|
Url: http://www-vt.uni-paderborn.de/~kukuk/linux/nis.html
|
||||||
Obsoletes: yppasswd, yp-clients
|
Obsoletes: yppasswd, yp-clients
|
||||||
Requires: ypbind
|
Requires: ypbind
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Network Information Service (NIS) is a system which provides
|
The Network Information Service (NIS) is a system which provides
|
||||||
@ -34,6 +36,8 @@ you'll need to install the ypserv package on one machine on the network.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .defaults
|
%patch -p1 -b .defaults
|
||||||
|
%patch1 -p0
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-domainname
|
%configure --disable-domainname
|
||||||
@ -43,20 +47,30 @@ make
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||||
|
|
||||||
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
|
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
|
||||||
%doc THANKS TODO
|
%doc THANKS TODO
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
/usr/sbin/*
|
/usr/sbin/*
|
||||||
/usr/share/locale/*/*/*
|
|
||||||
/var/yp/nicknames
|
/var/yp/nicknames
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- langify
|
||||||
|
|
||||||
|
* Wed Sep 27 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- add another security patch
|
||||||
|
|
||||||
|
* Sun Aug 20 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||||||
|
- allow passwords up to 128 characters
|
||||||
|
|
||||||
* Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
|
* Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- change License from GNU to GPL
|
- change License from GNU to GPL
|
||||||
- fix handling of defaults in ypchfn (#13830)
|
- fix handling of defaults in ypchfn (#13830)
|
||||||
|
Loading…
Reference in New Issue
Block a user