forked from rpms/rpcbind
Stop enable rpcbind.socket with every update (bz 1324666)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
a2f86fbeb8
commit
837852e3d0
@ -90,7 +90,7 @@ if ! getent passwd rpc >/dev/null ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/bin/systemctl enable rpcbind.socket >/dev/null 2>&1 || :
|
%systemd_post rpcbind.service rpcbind.socket
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun rpcbind.service rpcbind.socket
|
%systemd_preun rpcbind.service rpcbind.socket
|
||||||
@ -121,6 +121,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 1 2016 Steve Dickson <steved@redhat.com> - 0.2.3-11.rc1
|
* Mon Aug 1 2016 Steve Dickson <steved@redhat.com> - 0.2.3-11.rc1
|
||||||
- Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362201)
|
- Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362201)
|
||||||
|
- Stop enable rpcbind.socket with every update (bz 1324666)
|
||||||
|
|
||||||
* Mon Apr 4 2016 Steve Dickson <steved@redhat.com> - 0.2.3-10.rc1
|
* Mon Apr 4 2016 Steve Dickson <steved@redhat.com> - 0.2.3-10.rc1
|
||||||
- Restart rpcbind.socket on restarts (bz 1306824)
|
- Restart rpcbind.socket on restarts (bz 1306824)
|
||||||
|
Loading…
Reference in New Issue
Block a user