[PATCH v6 1/4] rpm: fix %preun of virtnetworkd

Olaf Hering olaf at aepfle.de
Tue Dec 21 11:22:42 UTC 2021


Fixes: 50eae3f8859c746aa474401b38902fa500f23fad ("rpm: handle enabling/disabling modular daemons post/postun-install")

Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index f6c705564a..16be1e173e 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1388,7 +1388,7 @@ fi
 %endif
 %libvirt_daemon_schedule_restart virtnetworkd
 
-%preun
+%preun daemon-driver-network
 %libvirt_daemon_systemd_preun virtnetworkd
 
 %postun daemon-driver-network




More information about the libvir-list mailing list