From 68f43758ac31e816d207bc89cabdcb65b49899f9 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Feb 19 2020 08:14:51 +0000 Subject: Fix FTBFS Signed-off-by: Igor Raits --- diff --git a/rust-mio.spec b/rust-mio.spec index a77b21f..699bb93 100644 --- a/rust-mio.spec +++ b/rust-mio.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.21 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight non-blocking IO # Upstream license specification: MIT @@ -83,10 +83,14 @@ which use "with-deprecated" feature of "%{crate}" crate. %if %{with 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 %changelog +* Wed Feb 19 2020 Igor Raits - 0.6.21-3 +- Fix FTBFS + * Thu Jan 30 2020 Fedora Release Engineering - 0.6.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild