From b477c4b966dadacf927a6ff282e4f8f835699ec6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 1 Feb 2020 10:38:40 +0800 Subject: [PATCH] disable tests for F32 --- cmark.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cmark.spec b/cmark.spec index 642457f..ddcbe24 100644 --- a/cmark.spec +++ b/cmark.spec @@ -1,7 +1,7 @@ -%if 0%{?rhel} && 0%{?rhel} < 7 -%bcond_with tests -%else +%if 0%{?rhel} || 0%{?fedora} < 32 %bcond_without tests +%else +%bcond_with tests %endif Name: cmark @@ -96,6 +96,10 @@ make test %changelog +* Sat Feb 1 2020 Jens Petersen - 0.29.0-1 +- https://github.com/commonmark/cmark/releases/tag/0.29.0 +- disable tests for F32: https://github.com/commonmark/cmark/issues/331 + * Tue Jan 28 2020 Fedora Release Engineering - 0.28.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild