Compare commits
2 Commits
rawhide
...
ypbind-1_2
Author | SHA1 | Date | |
---|---|---|---|
|
dcf2413e62 | ||
|
a85e1c17cd |
10
ypbind.spec
10
ypbind.spec
@ -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.20.4
|
Version: 1.20.4
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
|
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
|
Patch4: ypbind-mt-1.20.4-log-binds.patch
|
||||||
Patch5: ypbind-mt-1.20.4-smartwrite.patch
|
Patch5: ypbind-mt-1.20.4-smartwrite.patch
|
||||||
Patch6: ypbind-mt-1.20.4-man-port.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(post): chkconfig
|
||||||
Requires(preun): 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
|
%patch4 -p1 -b .log-binds
|
||||||
%patch5 -p1 -b .smartwrite
|
%patch5 -p1 -b .smartwrite
|
||||||
%patch6 -p1 -b .man-port
|
%patch6 -p1 -b .man-port
|
||||||
%patch7 -p1 -b .nm
|
#%patch7 -p1 -b .nm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --sbindir=/sbin
|
%configure --sbindir=/sbin
|
||||||
@ -97,6 +97,10 @@ fi
|
|||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-18
|
||||||
- Remove LSB Header from init script
|
- Remove LSB Header from init script
|
||||||
Resolves: #494827
|
Resolves: #494827
|
||||||
|
Loading…
Reference in New Issue
Block a user