Accepting request 533870 from home:olh:branches:network:utilities

- Disable restart on update to keep existing client connections alive
  (bsc#1063135)

OBS-URL: https://build.opensuse.org/request/show/533870
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=50
This commit is contained in:
Martin Pluskal 2017-10-13 12:21:32 +00:00 committed by Git OBS Bridge
parent 6126fb2e26
commit 4a017a9336
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 13 09:58:54 UTC 2017 - olaf@aepfle.de
- Disable restart on update to keep existing client connections alive
(bsc#1063135)
-------------------------------------------------------------------
Thu Sep 7 13:21:03 UTC 2017 - olaf@aepfle.de

View File

@ -83,6 +83,7 @@ install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/nbd-server/config.ex
install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}-server
%post
export DISABLE_RESTART_ON_UPDATE=yes
%service_add_post %{name}-server.service
%fillup_only -n nbd-server
if test -e %{_sysconfdir}/nbd-server.conf; then