The package rpms/rust-h2_0.2.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-h2_0.2.git/commit/?id=ffb21bdfc....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit ffb21bdfc4ba60770c2eeb9b77f6bc99731175a9 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Oct 1 13:05:01 2022 +0200
compat package no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0960e22..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/h2-0.2.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index 62f3ce8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-h2_0.2 - -The rust-h2_0.2 package 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-h2_0.2.spec b/rust-h2_0.2.spec deleted file mode 100644 index 6f27f1c..0000000 --- a/rust-h2_0.2.spec +++ /dev/null @@ -1,110 +0,0 @@ -# Generated by rust2rpm 16 -# * rustls is not packaged -%bcond_with check -%global debug_package %{nil} - -%global crate h2 - -Name: rust-%{crate}_0.2 -Version: 0.2.7 -Release: 4%{?dist} -Summary: HTTP/2.0 client and server - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/h2 -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -HTTP/2.0 client and server.} - -%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}+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}+unstable-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+unstable-devel %{_description} - -This package contains library source intended for building other packages -which use "unstable" feature of "%{crate}" crate. - -%files -n %{name}+unstable-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.2.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.7-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun Mar 07 2021 Fabio Valentini decathorpe@gmail.com - 0.2.7-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index e480344..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (h2-0.2.7.crate) = 6157bcd335d303246478f45b8740dca687f693dbbb462a0ea9560af12d1fe12a9c680c57c1e7ea0b0842137ee66cde827f273e0faa619db3b6180c5587bd0fc9
arch-excludes@lists.fedoraproject.org