spec: add ExcludeArch ix86 only on c10s and fedora
Resolves: #RHEL-77736, #RHEL-79091
This commit is contained in:
parent
836848ddce
commit
d1b0a896aa
@ -4,14 +4,16 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.27
|
Version: 0.2.27
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Bootloader updater
|
Summary: Bootloader updater
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/coreos/bootupd
|
URL: https://github.com/coreos/bootupd
|
||||||
Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.tar.zstd
|
Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.tar.zstd
|
||||||
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
|
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
|
||||||
|
%if 0%{?fedora} || 0%{?rhel} >= 10
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
# For now, see upstream
|
# 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"
|
%{__make} install-systemd-unit DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 12 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.27-2
|
||||||
- Add git to the build requires
|
- Add git to the build requires
|
||||||
Resolves: #RHEL-77736, #RHEL-79091
|
Resolves: #RHEL-77736, #RHEL-79091
|
||||||
|
Loading…
Reference in New Issue
Block a user