forked from rpms/rpcbind
Create a systemd dependency for tmpfiles-setup.service (bz 1401561)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
86d0c100fa
commit
bf961fc8ac
@ -1,6 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=RPC bind service
|
Description=RPC bind service
|
||||||
Requires=rpcbind.socket
|
Requires=rpcbind.socket
|
||||||
|
Wants=systemd-tmpfiles-setup.service
|
||||||
|
After=systemd-tmpfiles-setup.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.2.4
|
Version: 0.2.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -135,6 +135,9 @@ fi
|
|||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 23 2017 Steve Dickson <steved@redhat.com> - 0.2.4-3
|
||||||
|
- Create a systemd dependency for tmpfiles-setup.service (bz 1401561)
|
||||||
|
|
||||||
* Mon Jan 16 2017 Steve Dickson <steved@redhat.com> - 0.2.4-2
|
* Mon Jan 16 2017 Steve Dickson <steved@redhat.com> - 0.2.4-2
|
||||||
- Document /run/rpcbind is the state directory (bz 1401561)
|
- Document /run/rpcbind is the state directory (bz 1401561)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user