Temporarily remove nm.pathc (it breaks ypbind functionality without NM)

This commit is contained in:
vcrhonek 2009-05-21 11:29:07 +00:00
parent a85e1c17cd
commit dcf2413e62
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: The NIS daemon which binds NIS clients to an NIS domain
Name: ypbind
Version: 1.20.4
Release: 18%{?dist}
Release: 19%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
@ -14,7 +14,7 @@ Patch3: ypbind-mt-1.19-port-leak.patch
Patch4: ypbind-mt-1.20.4-log-binds.patch
Patch5: ypbind-mt-1.20.4-smartwrite.patch
Patch6: ypbind-mt-1.20.4-man-port.patch
Patch7: ypbind-mt-1.20.4-nm.patch
#Patch7: ypbind-mt-1.20.4-nm.patch
Requires(post): chkconfig
Requires(preun): chkconfig
@ -52,7 +52,7 @@ also need to install the ypserv package to a machine on your network.
%patch4 -p1 -b .log-binds
%patch5 -p1 -b .smartwrite
%patch6 -p1 -b .man-port
%patch7 -p1 -b .nm
#%patch7 -p1 -b .nm
%build
%configure --sbindir=/sbin
@ -97,6 +97,10 @@ fi
%doc README NEWS
%changelog
* Thu May 21 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-19
- Temporarily remove nm.pathc (it breaks ypbind functionality without NM)
Resolves: #483650
* Wed Apr 8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-18
- Remove LSB Header from init script
Resolves: #494827