The package rpms/rust-tokio-openssl0.4.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-openssl0.4.git/commit/?id....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 54e53ae26c50224910953781a39e75db41465ef1 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Oct 4 14:35:04 2022 +0200
compat package no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8cf2326..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/tokio-openssl-0.4.0.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/rust-tokio-openssl0.4.spec b/rust-tokio-openssl0.4.spec deleted file mode 100644 index 5755694..0000000 --- a/rust-tokio-openssl0.4.spec +++ /dev/null @@ -1,85 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate tokio-openssl - -Name: rust-%{crate}0.4 -Version: 0.4.0 -Release: 4%{?dist} -Summary: Implementation of SSL streams for Tokio backed by OpenSSL - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/tokio-openssl -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Implementation of SSL streams for Tokio backed by OpenSSL.} - -%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-MIT LICENSE-APACHE -%doc README.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 - -%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 -# Requires network -%cargo_test -- -- --skip google -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Mar 11 2021 Fabio Valentini decathorpe@gmail.com - 0.4.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 8ae0cc7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (tokio-openssl-0.4.0.crate) = 8e59723bf080d6582e9b652ed263ad671dd0ea3b6f13ad7e4ab5c077cfcf7512b9b4bc64f305404d2844699d2a40e223f52be1af80abeffbe962e324dd14d807
arch-excludes@lists.fedoraproject.org