spec: add ExcludeArch ix86 only on c10s and fedora

Resolves: #RHEL-77736, #RHEL-79091
This commit is contained in:
Joseph Marrero Corchado 2025-02-12 19:57:37 -05:00
parent 836848ddce
commit d1b0a896aa

View File

@ -4,14 +4,16 @@
Name: rust-%{crate}
Version: 0.2.27
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Bootloader updater
License: Apache-2.0
URL: https://github.com/coreos/bootupd
Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.tar.zstd
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
%if 0%{?fedora} || 0%{?rhel} >= 10
ExcludeArch: %{ix86}
%endif
BuildRequires: git
# For now, see upstream
@ -76,6 +78,10 @@ sed -i -e '/https:\/\//d' cargo-vendor.txt
%{__make} install-systemd-unit DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
%changelog
* Wed Feb 12 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.27-3
- spec: remove ExcludeArch ix86 as this is c9s
Resolves: #RHEL-77736, #RHEL-79091
* Wed Feb 12 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.27-2
- Add git to the build requires
Resolves: #RHEL-77736, #RHEL-79091