From 4afeac676cff759d7871c232be1868d6f35d111a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sep 21 2020 13:43:38 +0000 Subject: Also build on aarch64 --- diff --git a/rust-bootupd.spec b/rust-bootupd.spec index d5cbbfc..89c4f16 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -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 - 0.1.1-2 +- Also build on aarch64 + * Fri Sep 11 2020 Colin Walters - 0.1.0-3 - Initial package