Adding gating support

resolves: rhbz#2047292

Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
This commit is contained in:
Yan Vugenfirer 2022-02-23 04:04:36 -05:00
parent 87f593ebdc
commit 0ced5ded24
2 changed files with 11 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -12,7 +12,7 @@
Name: msitools
Version: 0.101.85
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Windows Installer tools
License: GPLv2+
@ -21,6 +21,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name
# Patch0: 0001-Update-data-wixl.patch
Requires: libgsf >= 1.14.24-2
Requires: libmsi1%{?_isa} = %{version}-%{release}
BuildRequires: git-core
BuildRequires: meson
@ -129,6 +130,9 @@ The libmsi1-devel package includes the header files for libmsi.
%changelog
* Wed Feb 23 2022 Yan Vugenfirer <yvugenfi@redhat.com> - 0.101.85-4
- Add gating and fix gating errors. rhbz#2047292
* Sat Jan 29 2022 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.101.32-3
- Fix FTBFS. rhbz#2046759