diff --git a/rust-slog.spec b/rust-slog.spec index 522e531..46d0d1e 100644 --- a/rust-slog.spec +++ b/rust-slog.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Structured, extensible, composable logging for Rust # Upstream license specification: MPL-2.0 OR MIT OR Apache-2.0 @@ -271,10 +271,19 @@ which use "std" feature of "%{crate}" crate. %if %{with check} %check +%ifnarch aarch64 %cargo_test +%else +# rustdoc fails to compile some doctests on aarch64 +# https://bugzilla.redhat.com/show_bug.cgi?id=1902663 +%cargo_test -- --lib +%endif %endif %changelog +* Thu Dec 10 2020 Fabio Valentini - 2.7.0-2 +- Temporarily disable doctests on aarch64. + * Mon Nov 30 2020 Fabio Valentini - 2.7.0-1 - Update to version 2.7.0. - Fixes RHBZ#1902585