From 27a4e958fed66c03e23b8a17af97cf73c0ca123c Mon Sep 17 00:00:00 2001 From: Matej Muzila Date: Thu, 21 Sep 2017 14:45:22 +0200 Subject: [PATCH] Add "Wants" dependency on network-online.target Remove "After" dependency on NetworkManager-wait-online.service --- ypbind.service | 4 ++-- ypbind.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ypbind.service b/ypbind.service index 23f6b0b..16a4cf8 100644 --- a/ypbind.service +++ b/ypbind.service @@ -2,8 +2,8 @@ [Unit] Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder Requires=rpcbind.service -Wants=nss-user-lookup.target -After=syslog.target network-online.target rpcbind.service ypserv.service NetworkManager-wait-online.service +Wants=nss-user-lookup.target network-online.target +After=syslog.target rpcbind.service ypserv.service Before=systemd-user-sessions.service Before=nss-user-lookup.target diff --git a/ypbind.spec b/ypbind.spec index 12a9bb6..d4f4b64 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -2,7 +2,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Epoch: 3 Version: 2.4 -Release: 2%{?dist} +Release: 5%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.gz @@ -110,10 +110,14 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %license COPYING %changelog -* Mon May 29 2017 Matej Mužila - 3:2.4-2 +* Thu Jul 20 2017 Matej Mužila - 3:2.4-3 +- Add "Wants" dependency on network-online.target +- Remove "After" dependency on NetworkManager-wait-online.service + +* Mon May 29 2017 Matej Mužila - 3:2.4-2 - Require yp-tools >= 4.2.2-2 -* Fri May 19 2017 Matej Mužila - 3:2.4-1 +* Fri May 19 2017 Matej Mužila - 3:2.4-1 - Update to version 2.4 supporting IPv6 * Wed Mar 29 2017 Petr Kubat - 3:1.38-10