Drop unused support for dns-over-https and dns-over-quic

epel10
Fabio Valentini 5 months ago
parent ec82c16746
commit f5c192a1d2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,5 @@
--- hickory-resolver-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- hickory-resolver-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.1/Cargo.toml 2024-04-23T13:37:19.190933+00:00 +++ hickory-resolver-0.24.1/Cargo.toml 2024-09-22T01:00:19.265272+00:00
@@ -219,7 +219,6 @@ @@ -219,7 +219,6 @@
"hickory-proto/serde-config", "hickory-proto/serde-config",
] ]

@ -1,5 +1,5 @@
--- hickory-resolver-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- hickory-resolver-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.1/Cargo.toml 2024-04-23T13:37:26.549962+00:00 +++ hickory-resolver-0.24.1/Cargo.toml 2024-09-22T01:00:41.741386+00:00
@@ -156,14 +156,6 @@ @@ -156,14 +156,6 @@
"test-util", "test-util",
] ]

@ -58,42 +58,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-h3-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-h3-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-h3" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-h3-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-https-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-https-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-https" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-https-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-https-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-https-rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-https-rustls" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-https-rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-native-tls-devel %package -n %{name}+dns-over-native-tls-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -118,18 +82,6 @@ use the "dns-over-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-openssl-devel %files -n %{name}+dns-over-openssl-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-quic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-quic-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-quic" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-quic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-rustls-devel %package -n %{name}+dns-over-rustls-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -5,3 +5,12 @@ comments = [
"no internet connectivity in mock", "no internet connectivity in mock",
] ]
[features]
hide = [
# outdated dependencies
"dns-over-h3",
"dns-over-https",
"dns-over-https-rustls",
"dns-over-quic",
]

Loading…
Cancel
Save