From 749233f98e068590776fe2dbab2479c6d4a791a1 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 18 May 2021 14:44:38 +0200 Subject: [PATCH] disable tests, they are unreliable --- rust-argparse.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rust-argparse.spec b/rust-argparse.spec index 19c8df4..fe36345 100644 --- a/rust-argparse.spec +++ b/rust-argparse.spec @@ -1,12 +1,13 @@ # Generated by rust2rpm 13 -%bcond_without check +# * tests are unreliable +%bcond_with check %global debug_package %{nil} %global crate argparse Name: rust-%{crate} Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Powerful command-line argument parsing library # Upstream license specification: MIT @@ -71,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue May 18 2021 Fabio Valentini - 0.2.2-4 +- Disable tests, they are unreliable. + * Wed Jan 27 2021 Fedora Release Engineering - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild