ostree not on i686 for RHEL 10

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2023-12-19 09:34:55 -08:00
parent 3b2177605d
commit 084b9f8c09

View File

@ -15,6 +15,12 @@ License: LGPL-2.1-or-later AND GPL-2.0-or-later
URL: https://flatpak.org/ URL: https://flatpak.org/
Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
# ostree not on i686 for RHEL 10
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
%if 0%{?rhel} >= 10
ExcludeArch: %{ix86}
%endif
BuildRequires: appstream-compose >= %{appstream_version} BuildRequires: appstream-compose >= %{appstream_version}
BuildRequires: gettext BuildRequires: gettext
BuildRequires: debugedit >= %{debugedit_version} BuildRequires: debugedit >= %{debugedit_version}