From 1ae719ca208dff6aec619a6237ea066a16130260 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 29 Jun 2018 15:49:14 +0100 Subject: [PATCH] Fix build with new macro Signed-off-by: Igor Gnatenko --- rust-futures0.1.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rust-futures0.1.spec b/rust-futures0.1.spec index afa5bbd..f38fa2b 100644 --- a/rust-futures0.1.spec +++ b/rust-futures0.1.spec @@ -6,7 +6,7 @@ Name: rust-%{crate}0.1 Version: 0.1.21 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of futures and streams featuring zero allocations License: MIT or ASL 2.0 @@ -44,12 +44,9 @@ which use %{crate} from crates.io. %if %{with check} %check # https://bugzilla.redhat.com/show_bug.cgi?id=1563393 -%cargo_test \ - %ifarch ppc64 - || : - %else - ; - %endif +%cargo_test || : +%else +%cargo_test %endif %files devel @@ -59,6 +56,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Fri Jun 29 2018 Igor Gnatenko - 0.1.21-2 +- Fix build with new macro + * Tue Apr 03 2018 Josh Stone - 0.1.21-1 - Update to 0.1.21