parent
1c9847cd89
commit
65637308ea
@ -2,6 +2,7 @@
|
|||||||
[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
|
||||||
After=syslog.target network-online.target rpcbind.service ypserv.service NetworkManager-wait-online.service
|
After=syslog.target network-online.target rpcbind.service ypserv.service NetworkManager-wait-online.service
|
||||||
Before=systemd-user-sessions.service
|
Before=systemd-user-sessions.service
|
||||||
Before=nss-user-lookup.target
|
Before=nss-user-lookup.target
|
||||||
|
@ -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: 1.38
|
Version: 1.38
|
||||||
Release: 8%{?dist}
|
Release: 9%{?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.bz2
|
Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2
|
||||||
@ -102,6 +102,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 20 2017 Petr Kubat <pkubat@redhat.com> - 3:1.38-9
|
||||||
|
- Add a Wants dependency on nss-user-lookup.target (#1282440)
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.38-8
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.38-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user