The package rpms/rust-binfarce.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-binfarce.git/commit/?id=6cb22fd....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 6cb22fd14a3e5527c9c5792bc6efc0c23afa39b6 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Oct 1 13:07:37 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5c23559..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_*/ -/*.src.rpm - -/binfarce-0.1.1.crate -/binfarce-0.2.1.crate diff --git a/changelog b/changelog deleted file mode 100644 index 0a490b5..0000000 --- a/changelog +++ /dev/null @@ -1,5 +0,0 @@ -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Sep 23 2020 Fabio Valentini decathorpe@gmail.com - 0.1.1-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-binfarce.spec b/rust-binfarce.spec deleted file mode 100644 index 1d57c77..0000000 --- a/rust-binfarce.spec +++ /dev/null @@ -1,74 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate binfarce - -Name: rust-%{crate} -Version: 0.2.1 -Release: %autorelease -Summary: Extremely minimal parser for ELF, Mach-O, PE and ar - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/binfarce -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Extremely minimal parser for ELF, Mach-O, PE and ar.} - -%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 -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 979598d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (binfarce-0.2.1.crate) = ffbffaa1f45d62f13537a4402ba7a3b20432c80c652c337be7dcc9df253e143585d531a7406de77ca0f08a4cb7889b85b5a82901765d952c5604ecf4e09ddb91
arch-excludes@lists.fedoraproject.org