From 0320797c357f4b0fad50f98a5ad875fad15638e5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Aug 17 2020 16:05:02 +0000 Subject: Disable check to remove optional derive_arbitrary buildreq --- diff --git a/rust-arbitrary.spec b/rust-arbitrary.spec index bca105c..9b80591 100644 --- a/rust-arbitrary.spec +++ b/rust-arbitrary.spec @@ -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 - 0.4.5-3 +- Disable check to remove optional derive_arbitrary buildreq + * Wed Jul 29 2020 Fedora Release Engineering - 0.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild