Fix gating fail

Resolves: RHEL-45477

Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
This commit is contained in:
Konstantin Kostiuk 2024-06-30 18:00:15 +03:00
parent b23e3254cd
commit f2569199d5

View File

@ -12,7 +12,7 @@
Name: msitools
Version: 0.103
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Windows Installer tools
# LGPL-2.1-or-later: the project as a whole
@ -39,6 +39,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name
Patch0: wixl-data.patch
Requires: libgsf >= 1.14.24-2
Requires: libmsi1%{?_isa} = %{version}-%{release}
BuildRequires: git-core
BuildRequires: meson
@ -291,6 +292,9 @@ The libmsi1-devel package includes the header files for libmsi.
%changelog
* Sun Jun 30 2024 Konstantin Kostiuk <kkostiuk@redhat.com> - 0.103-5
- RHEL-45477 - Fix gating error for RHEL10
* Sun Jun 30 2024 Konstantin Kostiuk <kkostiuk@redhat.com> - 0.103-4
- Bump release
- RHEL-45477 - Update gating.yaml for RHEL10