forked from pool/libvirt
Accepting request 458915 from home:kukuk:branches:Virtualization
- Don't call insserv if we use systemd and don't require it. OBS-URL: https://build.opensuse.org/request/show/458915 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=585
This commit is contained in:
parent
938d7e0b24
commit
8dab66c597
@ -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
|
Thu Feb 16 23:57:37 UTC 2017 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -1317,8 +1317,9 @@ fi
|
|||||||
%postun client
|
%postun client
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
%service_del_postun libvirt-guests.service
|
%service_del_postun libvirt-guests.service
|
||||||
%endif
|
%else
|
||||||
%insserv_cleanup
|
%insserv_cleanup
|
||||||
|
%endif
|
||||||
|
|
||||||
%post libs
|
%post libs
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user