The package rpms/rust-versionize.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-versionize.git/commit/?id=f92b3....
Change: -%ifarch %{ix86}
Thanks.
Full change: ============
commit f92b3b3b6f123ad4c9816d248d93f1261de7ccff Author: David Michael fedora.dm0@gmail.com Date: Sat Mar 30 07:17:26 2024 -0400
This is no longer needed by any packages in Fedora.
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 297f116..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/versionize-0.2.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 76d0f7d..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-versionize - -The rust-versionize package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ce980ac --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This is no longer needed by any packages in Fedora. diff --git a/rust-versionize.spec b/rust-versionize.spec deleted file mode 100644 index 9240a16..0000000 --- a/rust-versionize.spec +++ /dev/null @@ -1,79 +0,0 @@ -# Generated by rust2rpm 25 -%bcond_without check -%global debug_package %{nil} - -%global crate versionize - -Name: rust-versionize -Version: 0.2.0 -Release: %autorelease -Summary: Version tolerant serialization/deserialization framework - -License: Apache-2.0 -URL: https://crates.io/crates/versionize -Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * exclude maintainer-only files from the package -Patch: versionize-fix-metadata.diff - -BuildRequires: cargo-rpm-macros >= 24 - -%global _description %{expand: -A version tolerant serialization/deserialization framework.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license %{crate_instdir}/LICENSE -%doc %{crate_instdir}/CHANGELOG.md -%doc %{crate_instdir}/CONTRIBUTING.md -%doc %{crate_instdir}/README.md -%doc %{crate_instdir}/SECURITY-POLICY.md -%{crate_instdir}/ - -%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 the "default" feature of the "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{crate_instdir}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%ifarch %{ix86} -# * skip corrupt value tests on 32-bit targets (for using 64-bit usize values): -%cargo_test -- -- --exact --skip=primitives::tests::test_corrupted_{string,vec}_len -%else -%cargo_test -%endif -%endif - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 7217ad2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (versionize-0.2.0.crate) = ea00e0c9b8c89b67cf2b3a1fb0a6f3d926ca5bf7fd26b668b47721b860ccefe922a93b49b2de8445d10b5c7c657f96f036a1f8e2e6eed091452bbd898f6f33f2 diff --git a/versionize-fix-metadata.diff b/versionize-fix-metadata.diff deleted file mode 100644 index 8541413..0000000 --- a/versionize-fix-metadata.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- versionize-0.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ versionize-0.2.0/Cargo.toml 2024-01-09T20:48:53.046815+00:00 -@@ -22,6 +22,7 @@ - categories = ["encoding"] - license = "Apache-2.0" - repository = "https://github.com/firecracker-microvm/versionize" -+exclude = ["/coverage_config*"] - - [dependencies.bincode] - version = "1.2.1"
arch-excludes@lists.fedoraproject.org