From 2b2155afb8da2bca43294541ab0b140ac862994f Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Feb 18 2020 02:53:17 +0000 Subject: Disable tests Signed-off-by: Igor Raits --- diff --git a/rust-rand0.4.spec b/rust-rand0.4.spec index 7736395..5b975ca 100644 --- a/rust-rand0.4.spec +++ b/rust-rand0.4.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 rand Name: rust-%{crate}0.4 Version: 0.4.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Random number generators and other randomness functionality # Upstream license specification: MIT/Apache-2.0 @@ -42,7 +42,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -54,7 +54,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}+alloc-devel Summary: %{summary} @@ -66,7 +66,7 @@ This package contains library source intended for building other packages which use "alloc" feature of "%{crate}" crate. %files -n %{name}+alloc-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+i128_support-devel Summary: %{summary} @@ -78,7 +78,7 @@ This package contains library source intended for building other packages which use "i128_support" feature of "%{crate}" crate. %files -n %{name}+i128_support-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+libc-devel Summary: %{summary} @@ -90,7 +90,7 @@ This package contains library source intended for building other packages which use "libc" feature of "%{crate}" crate. %files -n %{name}+libc-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+nightly-devel Summary: %{summary} @@ -102,7 +102,7 @@ This package contains library source intended for building other packages which use "nightly" feature of "%{crate}" crate. %files -n %{name}+nightly-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -114,7 +114,7 @@ This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-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 @@ -135,6 +135,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Tue Feb 18 03:52:39 CET 2020 Igor Raits - 0.4.6-7 +- Disable tests + * Thu Jan 30 2020 Fedora Release Engineering - 0.4.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild