diff --git a/rust-remove_dir_all.spec b/rust-remove_dir_all.spec index 9e96467..90e939d 100644 --- a/rust-remove_dir_all.spec +++ b/rust-remove_dir_all.spec @@ -1,12 +1,13 @@ -# Generated by rust2rpm 17 -%bcond_without check +# Generated by rust2rpm 18 +# * tests seem to be broken with Rust 1.55+ +%bcond_with check %global debug_package %{nil} %global crate remove_dir_all Name: rust-%{crate} Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Safe, reliable implementation of remove_dir_all # Upstream license specification: MIT/Apache-2.0 @@ -74,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Mon Nov 22 2021 Fabio Valentini - 0.7.0-3 +- Disable tests as the seem to be broken with Rust 1.55+. + * Fri Jul 23 2021 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild