Re: [libvirt] [PATCH python 3/7] Add checks for min supported distros

2018-01-12 Thread Daniel P. Berrange
On Fri, Jan 12, 2018 at 05:32:32PM +0100, Pavel Hrdina wrote: > On Fri, Jan 12, 2018 at 03:43:55PM +, Daniel P. Berrange wrote: > > On Fri, Jan 12, 2018 at 12:36:23PM +0100, Pavel Hrdina wrote: > > > On Thu, Jan 11, 2018 at 04:43:35PM +, Daniel P. Berrange wrote: > > > > Be clear about

Re: [libvirt] [PATCH python 3/7] Add checks for min supported distros

2018-01-12 Thread Pavel Hrdina
On Fri, Jan 12, 2018 at 03:43:55PM +, Daniel P. Berrange wrote: > On Fri, Jan 12, 2018 at 12:36:23PM +0100, Pavel Hrdina wrote: > > On Thu, Jan 11, 2018 at 04:43:35PM +, Daniel P. Berrange wrote: > > > Be clear about which distros we aim to support with the specfile, so we > > > know > >

Re: [libvirt] [PATCH python 3/7] Add checks for min supported distros

2018-01-12 Thread Daniel P. Berrange
On Fri, Jan 12, 2018 at 12:36:23PM +0100, Pavel Hrdina wrote: > On Thu, Jan 11, 2018 at 04:43:35PM +, Daniel P. Berrange wrote: > > Be clear about which distros we aim to support with the specfile, so we know > > what we can cleanup in the spec later. > > Do we really want to have this

Re: [libvirt] [PATCH python 3/7] Add checks for min supported distros

2018-01-12 Thread Ján Tomko
On Fri, Jan 12, 2018 at 12:36:23PM +0100, Pavel Hrdina wrote: On Thu, Jan 11, 2018 at 04:43:35PM +, Daniel P. Berrange wrote: Be clear about which distros we aim to support with the specfile, so we know what we can cleanup in the spec later. Do we really want to have this limitation?

Re: [libvirt] [PATCH python 3/7] Add checks for min supported distros

2018-01-12 Thread Pavel Hrdina
On Thu, Jan 11, 2018 at 04:43:35PM +, Daniel P. Berrange wrote: > Be clear about which distros we aim to support with the specfile, so we know > what we can cleanup in the spec later. Do we really want to have this limitation? If so, maybe we can alter the "requires" message to only warn

[libvirt] [PATCH python 3/7] Add checks for min supported distros

2018-01-11 Thread Daniel P. Berrange
Be clear about which distros we aim to support with the specfile, so we know what we can cleanup in the spec later. Signed-off-by: Daniel P. Berrange --- libvirt-python.spec.in | 16 1 file changed, 16 insertions(+) diff --git a/libvirt-python.spec.in