disable tests for F32

epel9
Jens Petersen 5 years ago
parent eb7cdddc71
commit b477c4b966

@ -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 <petersen@redhat.com> - 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 <releng@fedoraproject.org> - 0.28.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save