The package rpms/rust-which.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-which.git/commit/?id=1bd749b2f0....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 1bd749b2f02ebecaa659c1db2fda5945c71c951e Author: Fabio Valentini decathorpe@gmail.com Date: Sun Jan 29 23:17:56 2023 +0100
Update to version 4.4.0; Fixes RHBZ#2162636
diff --git a/.gitignore b/.gitignore index ff6809d..225d47e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /which-4.2.4.crate /which-4.2.5.crate /which-4.3.0.crate +/which-4.4.0.crate diff --git a/rust-which.spec b/rust-which.spec index ca75de3..a53daa6 100644 --- a/rust-which.spec +++ b/rust-which.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil}
%global crate which
Name: rust-which -Version: 4.3.0 +Version: 4.4.0 Release: %autorelease Summary: Rust equivalent of Unix command "which"
@@ -15,8 +15,6 @@ Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: which-fix-metadata-auto.diff
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: diff --git a/sources b/sources index ff7729e..d62d536 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (which-4.3.0.crate) = cad05bd43dfcf9e50fd6e3b9dcd5d9a987175a0f44adbf204079117b70d0b42e6483e635287924698c51d0452f168e48e041453f18ff5720c0e2ec4c734d2578 +SHA512 (which-4.4.0.crate) = 8380e5ea79f7768c8b1479c2fbb6e6c8b232f3a8d43b6554b78a370f302fb396d53842678d760ce9fc720fe607cfb9da3e0da4180e4a6ecfef48119105555fd7 diff --git a/which-fix-metadata-auto.diff b/which-fix-metadata-auto.diff index ca16e2a..522ce5b 100644 --- a/which-fix-metadata-auto.diff +++ b/which-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ which-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 +--- which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ which-4.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 @@ -46,5 +46,3 @@ [dev-dependencies.tempfile] version = "3.3.0"
commit d1a4fe7dd975464fd5f8d844f46468eb9ccbc4e3 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 02:22:25 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org