Re: [libvirt PATCH 2/2] spec: Drop UUID handling for default network

2020-11-17 Thread Neal Gompa
On Tue, Nov 17, 2020 at 2:29 PM Andrea Bolognani wrote: > > On Tue, 2020-11-17 at 13:01 -0500, Neal Gompa wrote: > > On Sun, Nov 15, 2020 at 3:43 PM Andrea Bolognani > > wrote: > > > -UUID=`/usr/bin/uuidgen` > > > sed -e "s/${orig_sub}/${sub}/g" \ > > > --e "s,,\n $UUID," \ >

Re: [libvirt PATCH 2/2] spec: Drop UUID handling for default network

2020-11-17 Thread Andrea Bolognani
On Tue, 2020-11-17 at 13:01 -0500, Neal Gompa wrote: > On Sun, Nov 15, 2020 at 3:43 PM Andrea Bolognani wrote: > > -UUID=`/usr/bin/uuidgen` > > sed -e "s/${orig_sub}/${sub}/g" \ > > --e "s,,\n $UUID," \ > > < %{_datadir}/libvirt/networks/default.xml \ > > >

Re: [libvirt PATCH 2/2] spec: Drop UUID handling for default network

2020-11-17 Thread Neal Gompa
On Sun, Nov 15, 2020 at 3:43 PM Andrea Bolognani wrote: > > We're no longer generating a UUID during installation, so we > clearly don't need to strip it afterwards; and since the network > driver is perfectly capable of generating a UUID if necessary, we > don't need to do that at %post time

[libvirt PATCH 2/2] spec: Drop UUID handling for default network

2020-11-15 Thread Andrea Bolognani
We're no longer generating a UUID during installation, so we clearly don't need to strip it afterwards; and since the network driver is perfectly capable of generating a UUID if necessary, we don't need to do that at %post time either. Signed-off-by: Andrea Bolognani --- libvirt.spec.in | 4