Also build on aarch64
This commit is contained in:
parent
b4a97b2f9f
commit
4afeac676c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Bootloader updater
|
Summary: Bootloader updater
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -13,7 +13,7 @@ URL: https://crates.io/crates/bootupd
|
|||||||
Source: %{crates_source}
|
Source: %{crates_source}
|
||||||
|
|
||||||
# For now, see upstream
|
# For now, see upstream
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64 aarch64
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
%if 0%{?rhel} && !0%{?eln}
|
%if 0%{?rhel} && !0%{?eln}
|
||||||
BuildRequires: rust-toolset
|
BuildRequires: rust-toolset
|
||||||
@ -62,6 +62,9 @@ License: ASL 2.0
|
|||||||
%systemd_postun bootupd.service bootupd.socket
|
%systemd_postun bootupd.service bootupd.socket
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 11 2020 Colin Walters <walters@verbum.org> - 0.1.0-3
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user