|
|
@ -1,15 +1,14 @@
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
%bcond_without check
|
|
|
|
%bcond check 1
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate tokio-rustls
|
|
|
|
%global crate tokio-rustls
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-tokio-rustls
|
|
|
|
Name: rust-tokio-rustls
|
|
|
|
Version: 0.26.0
|
|
|
|
Version: 0.26.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Asynchronous TLS/SSL streams for Tokio using Rustls
|
|
|
|
Summary: Asynchronous TLS/SSL streams for Tokio using Rustls
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/tokio-rustls
|
|
|
|
URL: https://crates.io/crates/tokio-rustls
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
@ -116,7 +115,21 @@ use the "tls12" feature of the "%{crate}" crate.
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# * skip tests that require internet access
|
|
|
|
# * skip tests that require internet access
|
|
|
|
# * skip tests that fail due to expired certificates
|
|
|
|
# * skip tests that fail due to expired certificates
|
|
|
|
%cargo_test -- -- --exact --skip common::test_stream::stream_handshake_regression_issues_77 --skip test_modern --skip test_tls12 --skip test_tls12_vectored --skip test_modern_vectored --skip common::test_stream::stream_bad --skip common::test_stream::stream_buffered_handshake --skip common::test_stream::stream_eof --skip common::test_stream::stream_good --skip common::test_stream::stream_good_vectored --skip common::test_stream::stream_handshake --skip pass --skip test_lazy_config_acceptor
|
|
|
|
%{cargo_test -- -- --exact %{shrink:
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_handshake_regression_issues_77
|
|
|
|
|
|
|
|
--skip test_modern
|
|
|
|
|
|
|
|
--skip test_tls12
|
|
|
|
|
|
|
|
--skip test_tls12_vectored
|
|
|
|
|
|
|
|
--skip test_modern_vectored
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_bad
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_buffered_handshake
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_eof
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_good
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_good_vectored
|
|
|
|
|
|
|
|
--skip common::test_stream::stream_handshake
|
|
|
|
|
|
|
|
--skip pass
|
|
|
|
|
|
|
|
--skip test_lazy_config_acceptor
|
|
|
|
|
|
|
|
}}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|