diff --git a/rust-tokio-rustls.spec b/rust-tokio-rustls.spec index 2c5585e..2850652 100644 --- a/rust-tokio-rustls.spec +++ b/rust-tokio-rustls.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.22.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Asynchronous TLS/SSL streams for Tokio using Rustls # Upstream license specification: MIT/Apache-2.0 @@ -93,11 +93,15 @@ which use "early-data" feature of "%{crate}" crate. %if %{with check} %check -# skip tests that require internet connection -%cargo_test -- -- --skip test_tls12 --skip test_modern +# * skip tests that require an internet connection +# * skip tests that fail due to expired certificates +%cargo_test -- -- --skip test_tls12 --skip test_modern --skip test_stream::stream --skip pass %endif %changelog +* Thu Jul 14 2022 Fabio Valentini - 0.22.0-4 +- Disable tests that now fail due to expired certificates. + * Fri Jan 21 2022 Fedora Release Engineering - 0.22.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild