Build on all architectures
Related: https://issues.redhat.com/browse/RHEL-14388
This commit is contained in:
parent
dc8d60fb7a
commit
91403e70e8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.16
|
Version: 0.2.16
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Bootloader updater
|
Summary: Bootloader updater
|
||||||
|
|
||||||
License: ASL 2.0
|
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
|
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
|
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: make
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
%if 0%{?rhel} && !0%{?eln}
|
%if 0%{?rhel} && !0%{?eln}
|
||||||
@ -70,6 +68,10 @@ EOF
|
|||||||
%systemd_postun bootupd.service bootupd.socket
|
%systemd_postun bootupd.service bootupd.socket
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 13 2023 Colin Walters <walters@verbum.org> - 0.2.16-2
|
||||||
- Update to 0.2.16
|
- Update to 0.2.16
|
||||||
Related: https://issues.redhat.com/browse/RHEL-14388
|
Related: https://issues.redhat.com/browse/RHEL-14388
|
||||||
|
Loading…
Reference in New Issue
Block a user