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:
James Fehlig 2020-11-03 14:52:30 +00:00 committed by Git OBS Bridge
parent fc77c730ca
commit 429284b0e2
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -1370,7 +1370,7 @@ if [ $1 = 0 ]; then
fi
%postun client
%service_del_postun -n libvirt-guests.service
%service_del_postun_without_restart libvirt-guests.service
%post libs -p /sbin/ldconfig