disable tests as the seem to be broken with Rust 1.55+

epel9
Fabio Valentini 3 years ago
parent a1bd8c1fed
commit da96f5c818
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -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 <decathorpe@gmail.com> - 0.7.0-3
- Disable tests as the seem to be broken with Rust 1.55+.
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save