The package rpms/rust-bootupd.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-bootupd.git/commit/?id=4afeac67....
Change: +ExclusiveArch: x86_64 aarch64
Thanks.
Full change: ============
commit 445e446323294f9249c39cbfa73691a752b4f2ff Author: Colin Walters walters@verbum.org Date: Mon Oct 26 15:07:02 2020 +0000
https://github.com/coreos/bootupd/releases/tag/v0.2.0
diff --git a/.gitignore b/.gitignore index ad60bb5..4c04025 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bootupd-0.1.1.crate /bootupd-0.1.2.crate /bootupd-0.1.3.crate +/bootupd-0.2.0.crate diff --git a/rust-bootupd.spec b/rust-bootupd.spec index f315bb8..a061d22 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -4,7 +4,7 @@ %global crate bootupd
Name: rust-%{crate} -Version: 0.1.3 +Version: 0.2.0 Release: 2%{?dist} Summary: Bootloader updater
@@ -63,6 +63,9 @@ License: ASL 2.0 %systemd_postun bootupd.service bootupd.socket
%changelog +* Mon Oct 26 15:06:37 UTC 2020 Colin Walters walters@verbum.org - 0.2.0-2 +- https://github.com/coreos/bootupd/releases/tag/v0.2.0 + * Tue Oct 13 2020 Colin Walters walters@verbum.org - 0.1.3-2 - https://github.com/coreos/bootupd/releases/tag/v0.1.3
diff --git a/sources b/sources index 772f3d2..802f9f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bootupd-0.1.3.crate) = 69709d915e0cf9d51df9dc6527ea27ac7afad2aebf03d4240d1cc8c2f548fe253ff4d869251cbeb14fa3f90a86a8784d4c6d414dd72fb3ae07fe92e1987260ea +SHA512 (bootupd-0.2.0.crate) = 78fdf2ccaf467b0a4d5a45eb7737951cfa44132b6d9205339931bc8d6ec81ca6956c31d4974afc05a0749602688973e33f66c50b72732026766d637c26aef061
commit 7f5905f818432f6339c1ede5dd3465f91e50fa00 Author: Colin Walters walters@verbum.org Date: Tue Oct 13 15:46:26 2020 -0400
Update files
diff --git a/rust-bootupd.spec b/rust-bootupd.spec index 5f31b44..f315bb8 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -37,6 +37,7 @@ License: ASL 2.0 %license LICENSE %doc README.md %{_bindir}/bootupctl +%{_libexecdir}/bootupd %{_unitdir}/*
%prep
commit 380ad04bcfe6672453e5a6a80917844850ff0a90 Author: Colin Walters walters@verbum.org Date: Tue Oct 13 14:22:45 2020 -0400
Release 0.1.3
diff --git a/.gitignore b/.gitignore index 1676dd2..ad60bb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bootupd-0.1.1.crate /bootupd-0.1.2.crate +/bootupd-0.1.3.crate diff --git a/rust-bootupd.spec b/rust-bootupd.spec index 7b27257..5f31b44 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -4,7 +4,7 @@ %global crate bootupd
Name: rust-%{crate} -Version: 0.1.2 +Version: 0.1.3 Release: 2%{?dist} Summary: Bootloader updater
@@ -62,6 +62,9 @@ License: ASL 2.0 %systemd_postun bootupd.service bootupd.socket
%changelog +* Tue Oct 13 2020 Colin Walters walters@verbum.org - 0.1.3-2 +- https://github.com/coreos/bootupd/releases/tag/v0.1.3 + * Tue Sep 22 2020 Colin Walters walters@verbum.org - 0.1.2-2 - New upstream
diff --git a/sources b/sources index 17c3fa2..772f3d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bootupd-0.1.2.crate) = c45993581a96da84f9b9a5c3ee682889c2585207ec4170990a98cd26c15d4328dccf1c723639e10346bf5cbbd882a0b085b606fce098cebad3bfcb69687beb43 +SHA512 (bootupd-0.1.3.crate) = 69709d915e0cf9d51df9dc6527ea27ac7afad2aebf03d4240d1cc8c2f548fe253ff4d869251cbeb14fa3f90a86a8784d4c6d414dd72fb3ae07fe92e1987260ea
commit f911ddd620461b4648dffc764765ef2388762e16 Author: Colin Walters walters@verbum.org Date: Tue Sep 22 14:38:45 2020 +0000
Update sources
diff --git a/.gitignore b/.gitignore index c13ce66..1676dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bootupd-0.1.1.crate +/bootupd-0.1.2.crate diff --git a/sources b/sources index dfd1690..17c3fa2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bootupd-0.1.1.crate) = 53a2e10a81d720bd3bfa8de39f67427ad18fa6a76dfcb2eb1516fee62d7a3a182fe60e86166266d4a05aa88a69a5549e288957e32815135a85dbec767df10930 +SHA512 (bootupd-0.1.2.crate) = c45993581a96da84f9b9a5c3ee682889c2585207ec4170990a98cd26c15d4328dccf1c723639e10346bf5cbbd882a0b085b606fce098cebad3bfcb69687beb43
commit e27fb64e0a93d65800c697e5159941f201d6cec0 Author: Colin Walters walters@verbum.org Date: Tue Sep 22 14:30:19 2020 +0000
Release 0.1.2
diff --git a/rust-bootupd.spec b/rust-bootupd.spec index 89c4f16..7b27257 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -4,7 +4,7 @@ %global crate bootupd
Name: rust-%{crate} -Version: 0.1.1 +Version: 0.1.2 Release: 2%{?dist} Summary: Bootloader updater
@@ -62,6 +62,9 @@ License: ASL 2.0 %systemd_postun bootupd.service bootupd.socket
%changelog +* Tue Sep 22 2020 Colin Walters walters@verbum.org - 0.1.2-2 +- New upstream + * Mon Sep 21 2020 Colin Walters walters@verbum.org - 0.1.1-2 - Also build on aarch64
commit 4afeac676cff759d7871c232be1868d6f35d111a Author: Colin Walters walters@verbum.org Date: Mon Sep 21 13:43:38 2020 +0000
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 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
arch-excludes@lists.fedoraproject.org