The package rpms/rust-glob.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-glob.git/commit/?id=2b4d1c1a2d4....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 2b4d1c1a2d4c1e5ff43c63ba5de395a297658983 Author: Fabio Valentini decathorpe@gmail.com Date: Mon Jan 30 00:28:38 2023 +0100
Update to version 0.3.1; Fixes RHBZ#2158828
diff --git a/.gitignore b/.gitignore index 9fc6c28..fc03c24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /glob-0.2.11.crate /glob-0.3.0.crate +/glob-0.3.1.crate diff --git a/rust-glob.spec b/rust-glob.spec index 1bb06ea..7f98654 100644 --- a/rust-glob.spec +++ b/rust-glob.spec @@ -1,25 +1,19 @@ -# Generated by rust2rpm 19 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil}
%global crate glob
-Name: rust-%{crate} -Version: 0.3.0 +Name: rust-glob +Version: 0.3.1 Release: %autorelease Summary: Support for matching file paths against Unix shell style patterns
-# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/glob Source: %{crates_source}
-ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Support for matching file paths against Unix shell style patterns.} @@ -33,12 +27,13 @@ BuildArch: noarch %description devel %{_description}
This package contains library source intended for building other packages which -use "%{crate}" crate. +use the "%{crate}" crate.
%files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -47,10 +42,10 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which -use "the default" feature of the "%{crate}" crate. +use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index e5882ea..c33dbd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 +SHA512 (glob-0.3.1.crate) = 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b
commit f39d9be0f6d103662169328031818f68ef9b2e6b Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 23:08:12 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