[libvirt] RPM spec file patch

2011-11-16 Thread Chris Picton
Hi Please accept the following patch to the rpm spec file. It allows me to enable specific options (like openvz) at the build comand line, even if they have been disabled by OS feature selection. eg for an openvz build on centos 6 rpmbuild -bb \ --define 'rhel 6' \ --without dtrace \ --wi

Re: [libvirt] RPM spec file patch

2011-11-16 Thread Eric Blake
On 11/15/2011 11:42 PM, Chris Picton wrote: > Hi > > Please accept the following patch to the rpm spec file. > > It allows me to enable specific options (like openvz) at the build > comand line, even if they have been disabled by OS feature selection. > > eg for an openvz build on centos 6 > >

Re: [libvirt] RPM spec file patch

2011-11-16 Thread Chris Picton
On Wed, 2011-11-16 at 15:31 -0700, Eric Blake wrote: > On 11/15/2011 11:42 PM, Chris Picton wrote: > > Hi > > > > Please accept the following patch to the rpm spec file. > > Thanks for the report. However, I'm not yet quite convinced that your > proposed patch is the best approach. I'll explai

Re: [libvirt] RPM spec file patch

2011-12-08 Thread Eric Blake
On 11/16/2011 11:19 PM, Chris Picton wrote: > On Wed, 2011-11-16 at 15:31 -0700, Eric Blake wrote: >> On 11/15/2011 11:42 PM, Chris Picton wrote: >>> Hi >>> >>> Please accept the following patch to the rpm spec file. > >> >> Thanks for the report. However, I'm not yet quite convinced that your >>