On Tue, May 15, 2018 at 04:40:09PM +0200, Andrea Bolognani wrote:
Even though the packages are technically only needed when
performing a MinGW build, it doesn't hurt to have them
installed when performing native build, and keeping the
native packages all in one place is cleaner.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/vars/projects/libosinfo+mingw.yml | 1 -
guests/vars/projects/libosinfo.yml | 1 +
guests/vars/projects/virt-viewer+mingw.yml | 1 -
guests/vars/projects/virt-viewer.yml | 1 +
4 files changed, 2 insertions(+), 2 deletions(-)
And I'm not sure about this one as well. Yes, it might make things
cleaner that the mingw dependencies are only mingw-* packages but it's
not correct. They are required only by the mingw build and not by the
regular build so it will pollute systems where we don't run mingw
builds.
Pavel