diff --git a/libvirt.changes b/libvirt.changes index dc6e3d9..70e93ae 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 3 14:27:41 UTC 2020 - Franck Bui + +- 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 diff --git a/libvirt.spec b/libvirt.spec index 441cc84..acf169c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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