auto-import changelog data from ypserv-2.3-4.src.rpm
Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com> - Fix ypserv.conf manpage, bug #69785 - Don't leak nfsnobody into nfs maps, bug #71515 Thu Aug 08 2002 Alexander Larsson <alexl@redhat.com> 2.3-3 - Remove old broken triggers that are not needed anymore. Fixes #70612 Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.3-2 - automated rebuild Tue Jun 11 2002 Alex Larsson <alexl@redhat.com> 2.3-1 - Updated to 2.3 from upstream. - Removed patches that went in upstream. Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
af1ed24709
commit
3304157140
@ -1 +1 @@
|
||||
ypserv-2.2.tar.bz2
|
||||
ypserv-2.3.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
779dff50ddb3e7cb57d7ee5a633fdc62 ypserv-2.2.tar.bz2
|
||||
25a0a8cf577162162524b554c4515d00 ypserv-2.3.tar.bz2
|
||||
|
47
ypserv.spec
47
ypserv.spec
@ -3,8 +3,8 @@
|
||||
Summary: The NIS (Network Information Service) server.
|
||||
Url: http://www.suse.de/~kukuk
|
||||
Name: ypserv
|
||||
Version: 2.2
|
||||
Release: 9
|
||||
Version: 2.3
|
||||
Release: 4
|
||||
Copyright: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
|
||||
@ -13,12 +13,10 @@ Source2: ypserv-yppasswdd.init
|
||||
Source3: ypserv-ypxfrd.init
|
||||
Requires: gawk, make, portmap, bash >= 2.0
|
||||
Prereq: /sbin/chkconfig /sbin/service
|
||||
Patch0: ypserv-1.3.11-redhat.patch
|
||||
Patch1: ypserv-2.2-printcap.patch
|
||||
Patch3: ypserv-2.1-syslog.patch
|
||||
Patch4: ypserv-2.1-path.patch
|
||||
Patch5: ypserv-2.2.ypxfr.diff
|
||||
Patch7: ypserv-2.2-yppush.patch
|
||||
Patch0: ypserv-2.3-redhat.patch
|
||||
Patch1: ypserv-2.1-syslog.patch
|
||||
Patch2: ypserv-2.1-path.patch
|
||||
Patch3: ypserv-2.3-manpage.patch
|
||||
Obsoletes: yppasswd
|
||||
BuildRequires: gdbm-devel
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
@ -41,12 +39,10 @@ machines.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p0 -b .ypxfr
|
||||
%patch7 -p0 -b .yppush
|
||||
%patch0 -p1 -b .redhat
|
||||
%patch1 -p1 -b .syslog
|
||||
%patch2 -p1 -b .path
|
||||
%patch3 -p1 -b .manpage
|
||||
|
||||
%build
|
||||
cp etc/README etc/README.etc
|
||||
@ -93,12 +89,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/chkconfig --add yppasswdd
|
||||
/sbin/chkconfig --add ypxfrd
|
||||
|
||||
%triggerpostun -- ypserv <= ypserv-1.3.0-2
|
||||
/sbin/chkconfig --add ypserv
|
||||
|
||||
%triggerpostun -- yppasswd
|
||||
/sbin/chkconfig --add yppasswdd
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/service ypserv stop > /dev/null 2>&1
|
||||
@ -132,6 +122,23 @@ exit 0
|
||||
%{_includedir}/*/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 15 2002 Alexander Larsson <alexl@redhat.com>
|
||||
- Fix ypserv.conf manpage, bug #69785
|
||||
- Don't leak nfsnobody into nfs maps, bug #71515
|
||||
|
||||
* Thu Aug 8 2002 Alexander Larsson <alexl@redhat.com> 2.3-3
|
||||
- Remove old broken triggers that are not needed anymore. Fixes #70612
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.3-2
|
||||
- automated rebuild
|
||||
|
||||
* Tue Jun 11 2002 Alex Larsson <alexl@redhat.com> 2.3-1
|
||||
- Updated to 2.3 from upstream.
|
||||
- Removed patches that went in upstream.
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue Apr 16 2002 Alex Larsson <alexl@redhat.com> 2.2-9
|
||||
- Removed my ypserv-2.2-services patch. According to thorsten
|
||||
(yp maintainer) the key in services.byname actually
|
||||
|
Loading…
Reference in New Issue
Block a user