The package rpms/rust-hyper0.13.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-hyper0.13.git/commit/?id=5a31b6....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 5a31b6bf539685881465e17f50c628be279ad34f Author: Fabio Valentini decathorpe@gmail.com Date: Fri Sep 30 13:24:37 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b8c70da..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/hyper-0.13.10.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/hyper-fix-metadata.diff b/hyper-fix-metadata.diff deleted file mode 100644 index 8eec93b..0000000 --- a/hyper-fix-metadata.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- hyper-0.13.10/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ hyper-0.13.10/Cargo.toml 2021-05-25T13:17:43.974516+00:00 -@@ -180,7 +180,7 @@ - version = "1.0" - - [dependencies.httpdate] --version = "0.3" -+version = "1" - - [dependencies.itoa] - version = "0.4.1" -@@ -250,9 +250,7 @@ - version = "1.0" - - [features] --__internal_happy_eyeballs_tests = [] - default = ["runtime", "stream"] --nightly = [] - runtime = ["tcp", "tokio/rt-core"] - stream = [] - tcp = ["socket2", "tokio/blocking", "tokio/tcp", "tokio/time"] diff --git a/rust-hyper0.13.spec b/rust-hyper0.13.spec deleted file mode 100644 index 7aea3d5..0000000 --- a/rust-hyper0.13.spec +++ /dev/null @@ -1,141 +0,0 @@ -# Generated by rust2rpm 17 -# * pnet is too new in Fedora -# * examples and UI tests are not included in the crate -%bcond_with check -%global debug_package %{nil} - -%global crate hyper - -Name: rust-%{crate}0.13 -Version: 0.13.10 -Release: 5%{?dist} -Summary: Fast and correct HTTP library - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/hyper -Source: %{crates_source} -# Initial patched metadata -# * remove nightly-only / internal features -# * bump httpdate from 0.3 to 1 (already upstream in hyper 0.14) -Patch0: hyper-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Fast and correct HTTP library.} - -%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 -%{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}+runtime-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+runtime-devel %{_description} - -This package contains library source intended for building other packages -which use "runtime" feature of "%{crate}" crate. - -%files -n %{name}+runtime-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+socket2-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+socket2-devel %{_description} - -This package contains library source intended for building other packages -which use "socket2" feature of "%{crate}" crate. - -%files -n %{name}+socket2-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+stream-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+stream-devel %{_description} - -This package contains library source intended for building other packages -which use "stream" feature of "%{crate}" crate. - -%files -n %{name}+stream-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+tcp-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tcp-devel %{_description} - -This package contains library source intended for building other packages -which use "tcp" feature of "%{crate}" crate. - -%files -n %{name}+tcp-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 -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.13.10-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.13.10-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.13.10-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue May 25 2021 Fabio Valentini decathorpe@gmail.com - 0.13.10-2 -- Bump httpdate from 0.3 to 1. - -* Sun Mar 07 2021 Fabio Valentini decathorpe@gmail.com - 0.13.10-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 3ab4cee..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (hyper-0.13.10.crate) = cc7c6b00e1864c44a647fcdbe6e59c7a7574169b787778b1074d102a39e092a80802383d93eb4a6d0f7f5da9449c45e5dcd1e6caf6efb946ddebd687d2c2c10a
arch-excludes@lists.fedoraproject.org