Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 195c841b4f
commit 68f43758ac
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.21 Version: 0.6.21
Release: 2%{?dist} Release: 3%{?dist}
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
# Upstream license specification: MIT # Upstream license specification: MIT
@ -83,10 +83,14 @@ which use "with-deprecated" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # Tests below depend on having networking present
%cargo_test -- -- --skip poll::Poll --skip poll::Poll::deregister --skip poll::Poll::register --skip poll::Poll::reregister --skip sys::unix::ready::UnixReady
%endif %endif
%changelog %changelog
* Wed Feb 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.21-3
- Fix FTBFS
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.21-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save