SHA256
1
0
forked from pool/hyper-v

- remove restart_on_update in postun section

the daemon can not be restarted at this point, and the new daemon
  may not be 100 percent compatible with the currently running
  kernel

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=28
This commit is contained in:
2012-09-04 12:57:10 +00:00
committed by Git OBS Bridge
parent 9d893219e1
commit 16565f7b13
2 changed files with 9 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ fi
%stop_on_removal %{hv_kvp_daemon}
%postun
%restart_on_update %{hv_kvp_daemon}
# no restart on update because the daemon can not be restarted
%insserv_cleanup
%changelog