From 16565f7b134701d5449e254408515efa61473c1ec3c7db0c549359e501f06102 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 4 Sep 2012 12:57:10 +0000 Subject: [PATCH] - 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 --- hyper-v.changes | 8 ++++++++ hyper-v.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hyper-v.changes b/hyper-v.changes index 2f3ed70..af38ed4 100644 --- a/hyper-v.changes +++ b/hyper-v.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 4 14:55:38 CEST 2012 - ohering@suse.de + +- 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 + ------------------------------------------------------------------- Wed May 16 20:44:36 CEST 2012 - ohering@suse.de diff --git a/hyper-v.spec b/hyper-v.spec index ba30877..9f238b5 100644 --- a/hyper-v.spec +++ b/hyper-v.spec @@ -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