|
|
|
@ -1,5 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
|
# Test failed on s390x due to invalid value on a char
|
|
|
|
|
# https://github.com/rkyv/bytecheck/issues/13
|
|
|
|
|
%ifarch s390x
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%endif
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate bytecheck
|
|
|
|
|