The package rpms/rust-tokio-socks0.3.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-tokio-socks0.3.git/commit/?id=5....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 5974b1c8dad1d17c59ca517267c30eb0c5ed3ba9 Author: Fabio Valentini decathorpe@gmail.com Date: Fri Sep 30 13:19:50 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9fac3ab..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/tokio-socks-0.3.0.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-tokio-socks0.3.spec b/rust-tokio-socks0.3.spec deleted file mode 100644 index 9ea6fae..0000000 --- a/rust-tokio-socks0.3.spec +++ /dev/null @@ -1,98 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate tokio-socks - -Name: rust-%{crate}0.3 -Version: 0.3.0 -Release: 4%{?dist} -Summary: Asynchronous SOCKS proxy support for Rust - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/tokio-socks -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Asynchronous SOCKS proxy support for Rust.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE -%doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+tor-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tor-devel %{_description} - -This package contains library source intended for building other packages -which use "tor" feature of "%{crate}" crate. - -%files -n %{name}+tor-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -# We are not interested in running integration tests -%cargo_test -- --lib -%cargo_test -- --doc -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.3.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.3.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Mar 11 2021 Fabio Valentini decathorpe@gmail.com - 0.3.0-1 -- Initial compat package for tokio-socks 0.3 diff --git a/sources b/sources deleted file mode 100644 index 99d3fc3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (tokio-socks-0.3.0.crate) = 27bc42e125ca189dd74b6dc6494b3847ec5f8274747a4b7aacbe3bf3bd29dce89a8afaf67307adb242787bdb5e5769789b0599f2b03e726cf2d77440c65cba27
arch-excludes@lists.fedoraproject.org