Add "Wants" dependency on network-online.target
Remove "After" dependency on NetworkManager-wait-online.service
This commit is contained in:
parent
f71605e109
commit
27a4e958fe
@ -2,8 +2,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
|
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
|
||||||
Requires=rpcbind.service
|
Requires=rpcbind.service
|
||||||
Wants=nss-user-lookup.target
|
Wants=nss-user-lookup.target network-online.target
|
||||||
After=syslog.target network-online.target rpcbind.service ypserv.service NetworkManager-wait-online.service
|
After=syslog.target rpcbind.service ypserv.service
|
||||||
Before=systemd-user-sessions.service
|
Before=systemd-user-sessions.service
|
||||||
Before=nss-user-lookup.target
|
Before=nss-user-lookup.target
|
||||||
|
|
||||||
|
10
ypbind.spec
10
ypbind.spec
@ -2,7 +2,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain
|
|||||||
Name: ypbind
|
Name: ypbind
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 2%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.gz
|
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
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 29 2017 Matej Mužila <mmuzila@gmail.com> - 3:2.4-2
|
* Thu Jul 20 2017 Matej Mužila <mmuzila@redhat.com> - 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 <mmuzila@redhat.com> - 3:2.4-2
|
||||||
- Require yp-tools >= 4.2.2-2
|
- Require yp-tools >= 4.2.2-2
|
||||||
|
|
||||||
* Fri May 19 2017 Matej Mužila <mmuzila@gmail.com> - 3:2.4-1
|
* Fri May 19 2017 Matej Mužila <mmuzila@redhat.com> - 3:2.4-1
|
||||||
- Update to version 2.4 supporting IPv6
|
- Update to version 2.4 supporting IPv6
|
||||||
|
|
||||||
* Wed Mar 29 2017 Petr Kubat <pkubat@redhat.com> - 3:1.38-10
|
* Wed Mar 29 2017 Petr Kubat <pkubat@redhat.com> - 3:1.38-10
|
||||||
|
Loading…
Reference in New Issue
Block a user