[libvirt PATCH 0/6] rpm: enable modular daemons by default in Fedora 35 / RHEL 9

Daniel P. Berrangé posted 6 patches 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210803160754.3333793-1-berrange@redhat.com
libvirt.spec.in | 225 ++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 190 insertions(+), 35 deletions(-)
[libvirt PATCH 0/6] rpm: enable modular daemons by default in Fedora 35 / RHEL 9
Posted by Daniel P. Berrangé 2 years, 9 months ago

Daniel P. Berrangé (6):
  rpm: macroize logic for restarting daemons post-transaction
  rpm: restart virtnwfilter/virnetworkd if configs change
  rpm: restart modular daemons on upgrade
  rpm: macroize logic for enabling/disabling daemons post/postun-install
  rpm: handle enabling/disabling modular daemons post/postun-install
  rpm: use direct remote connection for Fedora >= 35 / RHEL >= 9

 libvirt.spec.in | 225 ++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 190 insertions(+), 35 deletions(-)

-- 
2.31.1


Re: [libvirt PATCH 0/6] rpm: enable modular daemons by default in Fedora 35 / RHEL 9
Posted by Michal Prívozník 2 years, 9 months ago
On 8/3/21 6:07 PM, Daniel P. Berrangé wrote:
> 
> 
> Daniel P. Berrangé (6):
>   rpm: macroize logic for restarting daemons post-transaction
>   rpm: restart virtnwfilter/virnetworkd if configs change
>   rpm: restart modular daemons on upgrade
>   rpm: macroize logic for enabling/disabling daemons post/postun-install
>   rpm: handle enabling/disabling modular daemons post/postun-install
>   rpm: use direct remote connection for Fedora >= 35 / RHEL >= 9
> 
>  libvirt.spec.in | 225 ++++++++++++++++++++++++++++++++++++++++--------
>  1 file changed, 190 insertions(+), 35 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal