Colin Walters 2023-10-20 13:05:26 -04:00
parent 7a9c901f8b
commit f8c11c9ef9

View File

@ -3,14 +3,14 @@
%global crate bootupd %global crate bootupd
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.11 Version: 0.2.12
Release: 5%{?dist} Release: 2%{?dist}
Summary: Bootloader updater Summary: Bootloader updater
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/coreos/bootupd URL: https://github.com/coreos/bootupd
Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.crate Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.crate
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.gz Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
# For now, see upstream # For now, see upstream
ExclusiveArch: x86_64 aarch64 ppc64le ExclusiveArch: x86_64 aarch64 ppc64le
@ -74,6 +74,9 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0)
%systemd_postun bootupd.service bootupd.socket %systemd_postun bootupd.service bootupd.socket
%changelog %changelog
* Fri Oct 20 2023 Colin Walters <walters@verbum.org> - 0.2.12-2
- https://github.com/coreos/bootupd/releases/tag/v0.2.12
* Fri Oct 06 2023 Colin Walters <walters@verbum.org> - 0.2.11-5 * Fri Oct 06 2023 Colin Walters <walters@verbum.org> - 0.2.11-5
- Enable ppc64le, it is supported now - Enable ppc64le, it is supported now