The package rpms/rust-crossbeam-channel.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-crossbeam-channel.git/commit/?i....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 156a588b82458806e535e5b62ea702fe1a1afdb1 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Feb 28 21:36:21 2023 +0100
Update to version 0.5.7; Fixes RHBZ#2173987
diff --git a/.gitignore b/.gitignore index 7d429d3..dd93f81 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /crossbeam-channel-0.5.4.crate /crossbeam-channel-0.5.5.crate /crossbeam-channel-0.5.6.crate +/crossbeam-channel-0.5.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index e2156bf..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam-channel - -The rust-crossbeam-channel package \ No newline at end of file diff --git a/rust-crossbeam-channel.spec b/rust-crossbeam-channel.spec index cc5e42e..228063b 100644 --- a/rust-crossbeam-channel.spec +++ b/rust-crossbeam-channel.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate crossbeam-channel
Name: rust-crossbeam-channel -Version: 0.5.6 +Version: 0.5.7 Release: %autorelease Summary: Multi-producer multi-consumer channels for message passing
@@ -13,8 +13,6 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/crossbeam-channel Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: diff --git a/sources b/sources index 17b752f..509f1cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-channel-0.5.6.crate) = de6a42ffede95750a13e3b9af6ab26cbc498125860cd8e4d227c7361bd831e558254a48bdef5cf901585a915003071b0efa321f2011f282218c364780f62f44a +SHA512 (crossbeam-channel-0.5.7.crate) = 70d605a224db1a4e2217280cd2269a954781bb21a0dc5b0b08a5a83794daf1c941181f271c6a8347f72321ca2119dc562ee016fdc18104d5d3327a82b412e9fc
arch-excludes@lists.fedoraproject.org