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

2021-12-23 Thread Andrea Bolognani
On Tue, Dec 21, 2021 at 12:22:42PM +0100, Olaf Hering wrote: > -%preun > +%preun daemon-driver-network > %libvirt_daemon_systemd_preun virtnetworkd Good catch. I've tweaked the commit message slightly and pushed this as well as the second patch. While doing so, I unfortunately failed to pick up

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

2021-12-21 Thread Ani Sinha
On Tue, 21 Dec 2021, Olaf Hering wrote: > Fixes: 50eae3f8859c746aa474401b38902fa500f23fad ("rpm: handle > enabling/disabling modular daemons post/postun-install") > > Signed-off-by: Olaf Hering Reviewed-by: Ani Sinha > --- > libvirt.spec.in | 2 +- > 1 file changed, 1 insertion(+), 1 dele

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

2021-12-21 Thread Olaf Hering
Fixes: 50eae3f8859c746aa474401b38902fa500f23fad ("rpm: handle enabling/disabling modular daemons post/postun-install") Signed-off-by: Olaf Hering --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index f6c705564a..16be1e173