Hide feature that depends on curl/rustls (rhbz#2296260)

epel10
blinxen 6 months ago
parent 6e6afe6edd
commit 165933fa5c

@ -194,18 +194,6 @@ use the "http-client-curl" feature of the "%{crate}" crate.
%files -n %{name}+http-client-curl-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http-client-curl-rust-tls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http-client-curl-rust-tls-devel %{_description}
This package contains library source intended for building other packages which
use the "http-client-curl-rust-tls" feature of the "%{crate}" crate.
%files -n %{name}+http-client-curl-rust-tls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http-client-reqwest-devel
Summary: %{summary}
BuildArch: noarch

@ -3,3 +3,8 @@ summary = "Implementation of the git transport layer used by gix"
cargo-toml-patch-comments = [
"Patch out macos feature of reqwest"
]
[features]
hide = [
"http-client-curl-rust-tls"
]

Loading…
Cancel
Save