From 429284b0e2f01de2fc608e3d0a6f49fa779a2196a3ec94b42fac88cfc9ca9fb5 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 3 Nov 2020 14:52:30 +0000 Subject: [PATCH] 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 --- libvirt.changes | 7 +++++++ libvirt.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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