[ypbind] Make re-bind interval a tune-able option

Honza Horak hhorak at fedoraproject.org
Tue Jan 29 12:18:43 UTC 2013


commit 2eda4a4739a63ab0ddce9317455c253e82f7f523
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Jan 29 13:17:51 2013 +0100

    Make re-bind interval a tune-able option

 ypbind.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ypbind.spec b/ypbind.spec
index 30fa951..f506896 100644
--- a/ypbind.spec
+++ b/ypbind.spec
@@ -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 at redhat.com> - 3:1.36-10
+- Make re-bind interval a tune-able option
+
 * Wed Dec 19 2012 Honza Horak <hhorak at redhat.com> - 3:1.36-9
 - Check presence of ypbind in /etc/rpc
   Related: #888778


More information about the scm-commits mailing list