Fix build with new macro

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent d9662f3132
commit 1ae719ca20
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -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 <ignatenkobrain@fedoraproject.org> - 0.1.21-2
- Fix build with new macro
* Tue Apr 03 2018 Josh Stone <jistone@redhat.com> - 0.1.21-1
- Update to 0.1.21

Loading…
Cancel
Save