From 3303274c8b9fe2394c9f1a183f6b509368ea2ceb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Jul 2018 11:05:59 +0100 Subject: [PATCH] Stop ignoring test suite Signed-off-by: Igor Gnatenko --- rust-futures.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/rust-futures.spec b/rust-futures.spec index a93e015..5b4aa6e 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of futures and streams featuring zero allocations # https://github.com/rust-lang-nursery/futures-rs/issues/1015 @@ -55,18 +55,16 @@ which use %{crate} from crates.io. %if %{with check} %check -%ifarch ppc64 -# https://bugzilla.redhat.com/show_bug.cgi?id=1563393 -%cargo_test || : -%else %cargo_test %endif -%endif %files devel %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sun Jul 01 2018 Igor Gnatenko - 0.2.1-3 +- Stop ignoring test suite + * Fri Jun 29 2018 Igor Gnatenko - 0.2.1-2 - Fix build