Disable check to remove optional derive_arbitrary buildreq

epel9
Peter Robinson 4 years ago
parent 7ef5ddcd9f
commit 0320797c35

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
%bcond_without check
%bcond_with check
%global debug_package %{nil}
%global crate arbitrary
Name: rust-%{crate}
Version: 0.4.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Trait for generating structured data from unstructured data
# Upstream license specification: MIT/Apache-2.0
@ -95,6 +95,9 @@ which use "derive_arbitrary" feature of "%{crate}" crate.
%endif
%changelog
* Mon Aug 17 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.4.5-3
- Disable check to remove optional derive_arbitrary buildreq
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save