The package rpms/rust-platform-dirs.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-platform-dirs.git/commit/?id=4c....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 4cb4fa8a4d248e97c41cd1872c9de16ef479b433 Author: Fabio Valentini decathorpe@gmail.com Date: Fri Oct 1 19:50:01 2021 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f58654c..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/platform-dirs-0.2.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 395466d..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-platform-dirs - -The rust-platform-dirs 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-platform-dirs.spec b/rust-platform-dirs.spec deleted file mode 100644 index ee6159a..0000000 --- a/rust-platform-dirs.spec +++ /dev/null @@ -1,85 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate platform-dirs - -Name: rust-%{crate} -Version: 0.2.0 -Release: 4%{?dist} -Summary: Library for obtaining platform dependant directory paths for application - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/platform-dirs -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Small Rust library for obtaining platform dependant directory paths for -application and user directories.} - -%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 - -%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.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Mar 18 15:05:18 EET 2020 Artem Polishchuk ego.cordatus@gmail.com - 0.2.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 9019431..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (platform-dirs-0.2.0.crate) = a12bb30dc907e41d17795acd6d45342ece07132f5e1cc243dfe6b56a509b845cbbbffbbbe9da17fb8d03f0c73c9c1da94867aa148829074bfa95d87754b68a4f
arch-excludes@lists.fedoraproject.org