Build on all architectures

Related: https://issues.redhat.com/browse/RHEL-14388
This commit is contained in:
Colin Walters 2023-12-13 18:21:35 -05:00
parent dc8d60fb7a
commit 91403e70e8
1 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 0.2.16
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Bootloader updater
License: ASL 2.0
@ -13,8 +13,6 @@ URL: https://crates.io/crates/bootupd
Source0: https://github.com/coreos/bootupd/releases/download/v%{version}/bootupd-%{version}.crate
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.zstd
# For now, see upstream
ExclusiveArch: x86_64 aarch64
BuildRequires: make
BuildRequires: openssl-devel
%if 0%{?rhel} && !0%{?eln}
@ -70,6 +68,10 @@ EOF
%systemd_postun bootupd.service bootupd.socket
%changelog
* Wed Dec 13 2023 Colin Walters <walters@verbum.org> - 0.2.16-3
- Build on all architectures
Related: https://issues.redhat.com/browse/RHEL-14388
* Wed Dec 13 2023 Colin Walters <walters@verbum.org> - 0.2.16-2
- Update to 0.2.16
Related: https://issues.redhat.com/browse/RHEL-14388