diff --git a/rust-crossbeam-utils.spec b/rust-crossbeam-utils.spec index e4beba6..1473e10 100644 --- a/rust-crossbeam-utils.spec +++ b/rust-crossbeam-utils.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for concurrent programming # Upstream license specification: MIT OR Apache-2.0 @@ -106,10 +106,19 @@ which use "std" feature of "%{crate}" crate. %if %{with check} %check +%ifarch %{arm} +# one of the doc tests fails on armv7hl +# https://github.com/crossbeam-rs/crossbeam/issues/668 +%cargo_test -- --lib +%else %cargo_test %endif +%endif %changelog +* Thu Feb 25 2021 Fabio Valentini - 0.8.3-2 +- Temporarily disable doc tests on armv7hl. + * Thu Feb 25 2021 Fabio Valentini - 0.8.3-1 - Update to version 0.8.3. - Fixes RHBZ#1931105