The package rpms/rust-cedarwood.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-cedarwood.git/commit/?id=14001a....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 14001a7bbf9f1909c02e4bbaf5a79fa3a3f2a7a7 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Oct 4 14:35:48 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e7bdef4..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_*/ -/*.src.rpm - -/cedarwood-0.4.4.crate -/cedarwood-0.4.5.crate diff --git a/cedarwood-fix-metadata.diff b/cedarwood-fix-metadata.diff deleted file mode 100644 index a6e7217..0000000 --- a/cedarwood-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- cedarwood-0.4.5/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ cedarwood-0.4.5/Cargo.toml 2021-09-27T14:01:20.316925+00:00 -@@ -31,8 +31,6 @@ - required-features = [] - [dependencies.smallvec] - version = "1.6.1" --[dev-dependencies.criterion] --version = "0.3.5" - - [dev-dependencies.rand] - version = "0.8.4" diff --git a/changelog b/changelog deleted file mode 100644 index 5a8e712..0000000 --- a/changelog +++ /dev/null @@ -1,8 +0,0 @@ -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Sep 20 2020 Fabio Valentini decathorpe@gmail.com - 0.4.4-1 -- Initial package 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-cedarwood.spec b/rust-cedarwood.spec deleted file mode 100644 index 4165ac5..0000000 --- a/rust-cedarwood.spec +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate cedarwood - -Name: rust-%{crate} -Version: 0.4.5 -Release: %autorelease -Summary: Efficiently-updatable double-array trie in Rust (ported from cedar) - -# Upstream license specification: BSD-2-Clause -License: BSD -URL: https://crates.io/crates/cedarwood -Source: %{crates_source} -# Initial patched metadata -# * drop criterion dev-dependency (only used in benchmarks) to speed up builds -Patch0: cedarwood-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Efficiently-updatable double-array trie in Rust (ported from cedar).} - -%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 -%{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}+reduced-trie-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+reduced-trie-devel %{_description} - -This package contains library source intended for building other packages -which use "reduced-trie" feature of "%{crate}" crate. - -%files -n %{name}+reduced-trie-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 -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 01ed74b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (cedarwood-0.4.5.crate) = 1b7b5ca52a5534bd285eac9df822d4d7bf0267bca3445892d81167f57676a629547cd21097e2c01ad258319fd6b2e8f08f2989b527925fc1e9af77b89c292328
arch-excludes@lists.fedoraproject.org