[libvirt PATCH 0/3] rpm: Fix and improve handling of directories

Andrea Bolognani posted 3 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220201175029.49169-1-abologna@redhat.com
libvirt.spec.in | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
[libvirt PATCH 0/3] rpm: Fix and improve handling of directories
Posted by Andrea Bolognani 2 years, 3 months ago
With respect to the permissions topic mentioned in patch 3/3, I'm
currently working on some patches that aim to improve that situation
as well.

Andrea Bolognani (3):
  rpm: Move /etc/libvirt from -daemon to -libs
  rpm: Move /var/lib/libvirt from -libs to -daemon
  rpm: List more directories

 libvirt.spec.in | 34 +++++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)

-- 
2.34.1


Re: [libvirt PATCH 0/3] rpm: Fix and improve handling of directories
Posted by Michal Prívozník 2 years, 3 months ago
On 2/1/22 18:50, Andrea Bolognani wrote:
> With respect to the permissions topic mentioned in patch 3/3, I'm
> currently working on some patches that aim to improve that situation
> as well.
> 
> Andrea Bolognani (3):
>   rpm: Move /etc/libvirt from -daemon to -libs
>   rpm: Move /var/lib/libvirt from -libs to -daemon
>   rpm: List more directories
> 
>  libvirt.spec.in | 34 +++++++++++++++++++++++++++++++---
>  1 file changed, 31 insertions(+), 3 deletions(-)
> 

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

Michal

Re: [libvirt PATCH 0/3] rpm: Fix and improve handling of directories
Posted by Andrea Bolognani 2 years, 3 months ago
On Wed, Feb 02, 2022 at 09:46:47AM +0100, Michal Prívozník wrote:
> On 2/1/22 18:50, Andrea Bolognani wrote:
> > With respect to the permissions topic mentioned in patch 3/3, I'm
> > currently working on some patches that aim to improve that situation
> > as well.
> >
> > Andrea Bolognani (3):
> >   rpm: Move /etc/libvirt from -daemon to -libs
> >   rpm: Move /var/lib/libvirt from -libs to -daemon
> >   rpm: List more directories
> >
> >  libvirt.spec.in | 34 +++++++++++++++++++++++++++++++---
> >  1 file changed, 31 insertions(+), 3 deletions(-)
>
> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Welp, pushing this broke CI :/

Working on a fix...

-- 
Andrea Bolognani / Red Hat / Virtualization


Re: [libvirt PATCH 0/3] rpm: Fix and improve handling of directories
Posted by Andrea Bolognani 2 years, 3 months ago
On Wed, Feb 02, 2022 at 02:51:55AM -0800, Andrea Bolognani wrote:
> On Wed, Feb 02, 2022 at 09:46:47AM +0100, Michal Prívozník wrote:
> > On 2/1/22 18:50, Andrea Bolognani wrote:
> > > Andrea Bolognani (3):
> > >   rpm: Move /etc/libvirt from -daemon to -libs
> > >   rpm: Move /var/lib/libvirt from -libs to -daemon
> > >   rpm: List more directories
> > >
> > >  libvirt.spec.in | 34 +++++++++++++++++++++++++++++++---
> > >  1 file changed, 31 insertions(+), 3 deletions(-)
> >
> > Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
>
> Welp, pushing this broke CI :/
>
> Working on a fix...

Fix here:

  https://listman.redhat.com/archives/libvir-list/2022-February/msg00076.html

-- 
Andrea Bolognani / Red Hat / Virtualization