Re: [libvirt] [PATCH python 2/7] Allow override of which sub-RPMs to build

2018-01-12 Thread Pavel Hrdina
On Thu, Jan 11, 2018 at 04:43:34PM +, Daniel P. Berrange wrote: > Allow using > > rpmbuild --define "with_python2 0" > > to override the default logic about which python sub-RPMs to build > > Signed-off-by: Daniel P. Berrange > --- > libvirt-python.spec.in | 9

[libvirt] [PATCH python 2/7] Allow override of which sub-RPMs to build

2018-01-11 Thread Daniel P. Berrange
Allow using rpmbuild --define "with_python2 0" to override the default logic about which python sub-RPMs to build Signed-off-by: Daniel P. Berrange --- libvirt-python.spec.in | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git