The package rpms/rust-rbspy-testdata.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-rbspy-testdata.git/commit/?id=2....
Change: +%ifarch %{ix86}
Thanks.
Full change: ============
commit 27f656e30f693621adc34e9efd862888a1b8f19f Author: Davide Cavalca dcavalca@fedoraproject.org Date: Wed Jul 31 08:20:51 2024 -0700
Skip broken test on i686
diff --git a/rust-rbspy-testdata.spec b/rust-rbspy-testdata.spec index 4c1c510..351a592 100644 --- a/rust-rbspy-testdata.spec +++ b/rust-rbspy-testdata.spec @@ -62,8 +62,13 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %check +# Skip broken test on i686 +%ifarch %{ix86} +%cargo_test -- -- --skip tests::test_load_coredump +%else %cargo_test %endif +%endif
%changelog %autochangelog
commit 088e11448e0be9f3057ec4f19ab56733a09ded93 Author: Davide Cavalca dcavalca@fedoraproject.org Date: Tue Jul 30 15:23:00 2024 -0700
Update to 0.2.1; Fixes: RHBZ#2255829
diff --git a/.gitignore b/.gitignore index 04e167b..fea6709 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /rbspy-testdata-0.1.4.crate /rbspy-testdata-0.1.5.crate /rbspy-testdata-0.1.9.crate +/rbspy-testdata-0.2.1.crate diff --git a/rust-rbspy-testdata.spec b/rust-rbspy-testdata.spec index 7fa7c57..4c1c510 100644 --- a/rust-rbspy-testdata.spec +++ b/rust-rbspy-testdata.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 24 +# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil}
%global crate rbspy-testdata
Name: rust-rbspy-testdata -Version: 0.1.9 +Version: 0.2.1 Release: %autorelease Summary: Test data for rbspy
@@ -13,7 +13,7 @@ License: MIT URL: https://crates.io/crates/rbspy-testdata Source: %{crates_source}
-BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: Test data for rbspy.} @@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires diff --git a/sources b/sources index c69226d..cd223de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rbspy-testdata-0.1.9.crate) = eb674658fefeb5c5982997e76aef108012998c09799f9af3d5b3290778d2b8fe67ae99ca03c284ac1801694651898dd4d2300c22eb280f96289c1fc685e2c357 +SHA512 (rbspy-testdata-0.2.1.crate) = bad5f08c033b125855ea7216d66fa30230b1c7b097c82cbca23250b65524ebab1510ad63d4eb08bba1edb25dd19ac4f42eabd897f090ca4eb2c29735edd57ad9
commit d14954b9547a1ffa7ae029d8b1b256673a719ad1 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 20 01:49:07 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
arch-excludes@lists.fedoraproject.org