Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-21 Thread Christophe Fergeau
On Fri, Jul 21, 2017 at 09:54:10AM +0100, Frediano Ziglio wrote: > Currently to fully run checks we need Wine for both 32 and 64 bit. > Some distros (like RHEL 7) don't seem to allow installing > both 32 and 64 bit versions so turn on checks based on distro > versions. > > Signed-off-by: Frediano

[Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-21 Thread Frediano Ziglio
Currently to fully run checks we need Wine for both 32 and 64 bit. Some distros (like RHEL 7) don't seem to allow installing both 32 and 64 bit versions so turn on checks based on distro versions. Signed-off-by: Frediano Ziglio --- mingw-spice-vdagent.spec.in | 25 + 1 fi

Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Christophe Fergeau
On Thu, Jul 20, 2017 at 12:30:03PM -0400, Frediano Ziglio wrote: > > Changing mingw_build_win32 will also disable the build if 32 bit packages. Even if you do this? %define mingw_build_win32 0 %check %mingw_make check %define mingw_build_win32 1 > Is there a way to tell RPM (dependencies) try t

Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Frediano Ziglio
> > On Thu, Jul 20, 2017 at 11:47:01AM -0400, Frediano Ziglio wrote: > > > > > > On Thu, Jul 20, 2017 at 11:15:04AM +0100, Frediano Ziglio wrote: > > > > Currently to run checks we need Wine for both 32 and 64 bit. > > > > Some distros (like RHEL 7) don't seem to allow installing > > > > both 32

Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Christophe Fergeau
On Thu, Jul 20, 2017 at 11:47:01AM -0400, Frediano Ziglio wrote: > > > > On Thu, Jul 20, 2017 at 11:15:04AM +0100, Frediano Ziglio wrote: > > > Currently to run checks we need Wine for both 32 and 64 bit. > > > Some distros (like RHEL 7) don't seem to allow installing > > > both 32 and 64 bit vers

Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Frediano Ziglio
> > > > > On Thu, Jul 20, 2017 at 11:15:04AM +0100, Frediano Ziglio wrote: > > > Currently to run checks we need Wine for both 32 and 64 bit. > > > Some distros (like RHEL 7) don't seem to allow installing > > > both 32 and 64 bit versions so turn on these checks only > > > on recent Fedora versi

Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Frediano Ziglio
> > On Thu, Jul 20, 2017 at 11:15:04AM +0100, Frediano Ziglio wrote: > > Currently to run checks we need Wine for both 32 and 64 bit. > > Some distros (like RHEL 7) don't seem to allow installing > > both 32 and 64 bit versions so turn on these checks only > > on recent Fedora versions. > > > > S

Re: [Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Christophe Fergeau
On Thu, Jul 20, 2017 at 11:15:04AM +0100, Frediano Ziglio wrote: > Currently to run checks we need Wine for both 32 and 64 bit. > Some distros (like RHEL 7) don't seem to allow installing > both 32 and 64 bit versions so turn on these checks only > on recent Fedora versions. > > Signed-off-by: Fre

[Spice-devel] [vdagent-win PATCH] RFC spec: run tests during RPM build if possible

2017-07-20 Thread Frediano Ziglio
Currently to run checks we need Wine for both 32 and 64 bit. Some distros (like RHEL 7) don't seem to allow installing both 32 and 64 bit versions so turn on these checks only on recent Fedora versions. Signed-off-by: Frediano Ziglio --- mingw-spice-vdagent.spec.in | 13 + 1 file cha