The package rpms/rust-platforms.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-platforms.git/commit/?id=db35fe....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit db35fe47f66e16ac19843e058115a21e5057ec47 Author: Fabio Valentini decathorpe@gmail.com Date: Fri Oct 1 19:55:43 2021 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f7f485b..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/platforms-0.2.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index 3307c52..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-platforms - -The rust-platforms package \ No newline at end of file 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-platforms.spec b/rust-platforms.spec deleted file mode 100644 index 8c66db1..0000000 --- a/rust-platforms.spec +++ /dev/null @@ -1,109 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate platforms - -Name: rust-%{crate} -Version: 0.2.1 -Release: 4%{?dist} -Summary: Rust platform registry with information about valid Rust platforms - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/platforms -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Rust platform registry with information about valid Rust platforms (target -triple, target_arch, target_os) sourced from Rust Forge.} - -%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-APACHE LICENSE-MIT -%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 - -%package -n %{name}+serde-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-devel %{_description} - -This package contains library source intended for building other packages -which use "serde" feature of "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+std-devel %{_description} - -This package contains library source intended for building other packages -which use "std" feature of "%{crate}" crate. - -%files -n %{name}+std-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 -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Mar 18 14:51:10 EET 2020 Artem Polishchuk ego.cordatus@gmail.com - 0.2.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index b7a8a26..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (platforms-0.2.1.crate) = 517aa9cea60a6ccff307a6751da9ea70ddc918cad4353f254323bce57d06875a9ea54ccbe3dfa633dd722e5d1b473eceb4a2a9df5120f161d3e0fe19d9e1158e
arch-excludes@lists.fedoraproject.org