diff --git a/rust-ahash.spec b/rust-ahash.spec index 1b112d4..33357c9 100644 --- a/rust-ahash.spec +++ b/rust-ahash.spec @@ -1,12 +1,16 @@ # Generated by rust2rpm 17 -%bcond_without check +# * test failures on 32-bit architectures: +# https://github.com/tkaitchuck/aHash/issues/83 +# * doctests fail to compile on aarch64: +# https://bugzilla.redhat.com/show_bug.cgi?id=1902663 +%bcond_with check %global debug_package %{nil} %global crate ahash Name: rust-%{crate} Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Non-cryptographic hash function using AES-NI for high performance # Upstream license specification: MIT OR Apache-2.0 @@ -119,6 +123,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat May 01 2021 Fabio Valentini - 0.7.2-2 +- Temporarily disable tests due to architecture-specific issues. + * Wed Apr 28 2021 Fabio Valentini - 0.7.2-1 - Update to version 0.7.2.