Accepting request 845751 from home:fbui:branches:Virtualization
- Replace '%service_del_postun -n' with '%service_del_postun_without_restart' '-n' is deprecated and will be removed in the future. OBS-URL: https://build.opensuse.org/request/show/845751 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=854
This commit is contained in:
parent
fc77c730ca
commit
429284b0e2
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 3 14:27:41 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Replace '%service_del_postun -n' with '%service_del_postun_without_restart'
|
||||||
|
|
||||||
|
'-n' is deprecated and will be removed in the future.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 2 17:41:55 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
Mon Nov 2 17:41:55 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
@ -1370,7 +1370,7 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%postun client
|
%postun client
|
||||||
%service_del_postun -n libvirt-guests.service
|
%service_del_postun_without_restart libvirt-guests.service
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user