1
0
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:
Steve Dickson 2016-08-01 12:51:33 -04:00
parent a2f86fbeb8
commit 837852e3d0

View File

@ -90,7 +90,7 @@ if ! getent passwd rpc >/dev/null ; then
fi
%post
/bin/systemctl enable rpcbind.socket >/dev/null 2>&1 || :
%systemd_post rpcbind.service rpcbind.socket
%preun
%systemd_preun rpcbind.service rpcbind.socket
@ -121,6 +121,7 @@ fi
%changelog
* 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)
- Stop enable rpcbind.socket with every update (bz 1324666)
* Mon Apr 4 2016 Steve Dickson <steved@redhat.com> - 0.2.3-10.rc1
- Restart rpcbind.socket on restarts (bz 1306824)