Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2020-08-23 09:20:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyper-v (Old)
 and      /work/SRC/openSUSE:Factory/.hyper-v.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hyper-v"

Sun Aug 23 09:20:39 2020 rev:43 rq:828201 version:8

Changes:
--------
--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2020-07-29 
17:14:22.308254786 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new.3399/hyper-v.changes        
2020-08-23 09:20:45.338671033 +0200
@@ -1,0 +2,8 @@
+Thu Aug 20 12:12:12 UTC 2020 - [email protected]
+
+- Allow daemon restart again (bsc#1116957)
+  Since some time the kernel moved from netlink sockets to char
+  devices, which is supposed to handle a connection reopen for the
+  kernel<->daemon interface
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hyper-v.spec ++++++
--- /var/tmp/diff_new_pack.0nUc07/_old  2020-08-23 09:20:46.654671762 +0200
+++ /var/tmp/diff_new_pack.0nUc07/_new  2020-08-23 09:20:46.654671762 +0200
@@ -135,12 +135,8 @@
 
 [Service]
 Environment="PATH=%{helper_dir}/bin:/usr/sbin:/usr/bin:/sbin:/bin"
-# Restart appears to work, but its unsupported
-# Reboot required until kernel-user protocol is fixed
-ExecStartPre=/usr/bin/mkdir /run/%{hv_kvp_daemon}
 ExecStart=${bindir}/%{hv_kvp_daemon} --no-daemon
-ExecReload=/usr/bin/false
-Restart=no
+Restart=on-failure
 
 [Install]
 WantedBy=default.target
@@ -153,12 +149,8 @@
 ConditionVirtualization=microsoft
 
 [Service]
-# Restart appears to work, but its unsupported
-# Reboot required until kernel-user protocol is fixed
-ExecStartPre=/usr/bin/mkdir /run/%{hv_vss_daemon}
 ExecStart=${bindir}/%{hv_vss_daemon} --no-daemon
-ExecReload=/usr/bin/false
-Restart=no
+Restart=on-failure
 
 [Install]
 WantedBy=default.target
@@ -172,6 +164,7 @@
 
 [Service]
 ExecStart=${bindir}/%{hv_fcopy_daemon} --no-daemon
+Restart=on-failure
 
 [Install]
 WantedBy=default.target


Reply via email to