From 091b1601c784b7e46586042eae4d804dd56d32a4 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 18 Feb 2020 03:43:39 +0100 Subject: [PATCH] Disable tests Signed-off-by: Igor Raits --- rust-env_logger0.5.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/rust-env_logger0.5.spec b/rust-env_logger0.5.spec index fb9a4da..9aad267 100644 --- a/rust-env_logger0.5.spec +++ b/rust-env_logger0.5.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 -%bcond_without check +# Generated by rust2rpm 13 +%bcond_with check %global debug_package %{nil} %global crate env_logger Name: rust-%{crate}0.5 Version: 0.5.13 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Logging implementation for `log` which is configured via environment variable # Upstream license specification: MIT/Apache-2.0 @@ -39,7 +39,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -51,7 +51,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+regex-devel Summary: %{summary} @@ -63,11 +63,10 @@ This package contains library source intended for building other packages which use "regex" feature of "%{crate}" crate. %files -n %{name}+regex-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -sed -i -e '/#!\[.*deny(.*warnings.*).*\]/d' src/lib.rs %cargo_prep %generate_buildrequires @@ -85,6 +84,9 @@ sed -i -e '/#!\[.*deny(.*warnings.*).*\]/d' src/lib.rs %endif %changelog +* Tue Feb 18 03:42:56 CET 2020 Igor Raits - 0.5.13-8 +- Disable tests + * Thu Jan 30 2020 Fedora Release Engineering - 0.5.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild