diff --git a/libvirt.changes b/libvirt.changes index 02745d2..f415a93 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 18 18:22:02 CET 2017 - kukuk@suse.de + +- Don't call insserv if we use systemd and don't require it. + ------------------------------------------------------------------- Thu Feb 16 23:57:37 UTC 2017 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 2f0d841..c3ffec7 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1317,8 +1317,9 @@ fi %postun client %if %{with_systemd} %service_del_postun libvirt-guests.service -%endif +%else %insserv_cleanup +%endif %post libs /sbin/ldconfig