From 01f42930f7fc3d1cc27c2648f3e0830f9b519bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 12 Aug 2019 13:05:50 +0200 Subject: [PATCH] Temporarily disable validation check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit msitools runs validations checks against the packages we have info. However, a few packages have been removed from rawhide (and those will need to be re-added) causing failures on our tests. Let's not do the validation check for now and revert this commit once the packages are re-added (and msitools is updated with the new info). This commit is a really ugly hack, but at least allows the project to build. Signed-off-by: Fabiano FidĂȘncio --- msitools.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/msitools.spec b/msitools.spec index b81a047..31a8452 100644 --- a/msitools.spec +++ b/msitools.spec @@ -10,6 +10,17 @@ %define with_validate 0 %endif +# A bunch of mingw* RPMs are broken in currently rawhide. +# Some of the packages will need update*, some of the +# packages will need to be reintroduced**. +# Due to this issue, let's disable the validation tests +# for now and add them back when the situation is solved. +# *: all packages which switched to meson, will require +# update in the best case scenario; +# **: packages which were removed from Rawhide, will need +# to be re-added & updated; +%define with_validate 0 + Name: msitools Version: 0.99 Release: 4%{?dist} @@ -267,6 +278,7 @@ make -C data check-wxi %changelog * Mon Aug 12 2019 Fabiano FidĂȘncio - 0.99-4 - Remove mingw*-gtk-vnc dependency +- Temporarily disable wxi validation * Thu Jul 25 2019 Fedora Release Engineering - 0.99-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild