From 055632c6fb9f3bfda1cb5888faafa467ee9130d8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 25 Jan 2021 17:41:38 +0100 Subject: [PATCH] disable tests, they are broken on aarch64 anyway --- rust-nom5.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rust-nom5.spec b/rust-nom5.spec index 1f302ca..78938c2 100644 --- a/rust-nom5.spec +++ b/rust-nom5.spec @@ -1,12 +1,14 @@ # Generated by rust2rpm 16 -%bcond_without check +# rustdoc fails to compile some doctests on aarch64 +# https://bugzilla.redhat.com/show_bug.cgi?id=1902663 +%bcond_with check %global debug_package %{nil} %global crate nom Name: rust-%{crate}5 Version: 5.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Byte-oriented, zero-copy, parser combinators library # Upstream license specification: MIT @@ -171,5 +173,8 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Mon Jan 25 2021 Fabio Valentini - 5.1.2-2 +- Disable tests, they are broken on aarch64 anyway. + * Mon Jan 25 2021 Fabio Valentini - 5.1.2-1 - Initial compat package for nom 5