Make re-bind interval a tune-able option

This commit is contained in:
Honza Horák 2013-01-29 13:17:51 +01:00
parent 70ff89b4cf
commit 2eda4a4739
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: The NIS daemon which binds NIS clients to an NIS domain
Name: ypbind
Version: 1.36
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2
@ -20,6 +20,7 @@ Patch3: ypbind-mt-1.32-typo2.patch
Patch4: ypbind-sigpipe.patch
Patch5: ypbind-mt-1.36-nistimeout.patch
Patch6: ypbind-sdnotify.patch
Patch7: ypbind-rebind.patch
# This is for /bin/systemctl
Requires(post): systemd-units
Requires(preun): systemd-units
@ -57,6 +58,7 @@ also need to install the ypserv package to a machine on your network.
%patch4 -p1 -b .sigpipe
%patch5 -p1 -b .nistimeout
%patch6 -p1 -b .sdnotify
%patch7 -p1 -b .rebind
autoreconf
@ -139,6 +141,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
%doc README NEWS COPYING
%changelog
* Tue Jan 29 2013 Honza Horak <hhorak@redhat.com> - 3:1.36-10
- Make re-bind interval a tune-able option
* Wed Dec 19 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-9
- Check presence of ypbind in /etc/rpc
Related: #888778