Also build on aarch64

This commit is contained in:
Colin Walters 2020-09-21 13:43:38 +00:00
parent b4a97b2f9f
commit 4afeac676c

View File

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 0.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Bootloader updater
License: ASL 2.0
@ -13,7 +13,7 @@ URL: https://crates.io/crates/bootupd
Source: %{crates_source}
# For now, see upstream
ExclusiveArch: x86_64
ExclusiveArch: x86_64 aarch64
BuildRequires: openssl-devel
%if 0%{?rhel} && !0%{?eln}
BuildRequires: rust-toolset
@ -62,6 +62,9 @@ License: ASL 2.0
%systemd_postun bootupd.service bootupd.socket
%changelog
* Mon Sep 21 2020 Colin Walters <walters@verbum.org> - 0.1.1-2
- Also build on aarch64
* Fri Sep 11 2020 Colin Walters <walters@verbum.org> - 0.1.0-3
- Initial package