diff --git a/rust-bootupd.spec b/rust-bootupd.spec index 2829697..8af1dc1 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -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 - 0.2.27-3 +- spec: remove ExcludeArch ix86 as this is c9s + Resolves: #RHEL-77736, #RHEL-79091 + * Wed Feb 12 2025 Joseph Marrero - 0.2.27-2 - Add git to the build requires Resolves: #RHEL-77736, #RHEL-79091