Accepting request 533917 from network:utilities

1

OBS-URL: https://build.opensuse.org/request/show/533917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nbd?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2017-10-23 14:36:51 +00:00 committed by Git OBS Bridge
commit e677675586
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