Drop even more unused features and dependencies

epel10
Fabio Valentini 5 months ago
parent f5c192a1d2
commit 35dd5f5980
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 2024-09-22T01:00:19.265272+00:00
+++ hickory-resolver-0.24.1/Cargo.toml 2024-09-22T01:50:00.852478+00:00
@@ -219,7 +219,6 @@
"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 2024-09-22T01:00:41.741386+00:00
+++ hickory-resolver-0.24.1/Cargo.toml 2024-09-22T01:50:08.046519+00:00
@@ -156,14 +156,6 @@
"test-util",
]

@ -82,18 +82,6 @@ use the "dns-over-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-openssl-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-rustls" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-tls-devel
Summary: %{summary}
BuildArch: noarch
@ -130,30 +118,6 @@ use the "dnssec-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dnssec-openssl-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dnssec-ring-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dnssec-ring-devel %{_description}
This package contains library source intended for building other packages which
use the "dnssec-ring" feature of the "%{crate}" crate.
%files -n %{name}+dnssec-ring-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+native-certs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+native-certs-devel %{_description}
This package contains library source intended for building other packages which
use the "native-certs" feature of the "%{crate}" crate.
%files -n %{name}+native-certs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+resolv-conf-devel
Summary: %{summary}
BuildArch: noarch
@ -166,18 +130,6 @@ use the "resolv-conf" feature of the "%{crate}" crate.
%files -n %{name}+resolv-conf-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "rustls" feature of the "%{crate}" crate.
%files -n %{name}+rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -274,30 +226,6 @@ use the "tokio-runtime" feature of the "%{crate}" crate.
%files -n %{name}+tokio-runtime-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tokio-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "tokio-rustls" feature of the "%{crate}" crate.
%files -n %{name}+tokio-rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+webpki-roots-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+webpki-roots-devel %{_description}
This package contains library source intended for building other packages which
use the "webpki-roots" feature of the "%{crate}" crate.
%files -n %{name}+webpki-roots-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -8,9 +8,15 @@ comments = [
[features]
hide = [
# outdated dependencies
"rustls",
"tokio-rustls",
"dns-over-h3",
"dns-over-https",
"dns-over-https-rustls",
"dns-over-quic",
"dns-over-rustls",
"dnssec-ring",
"native-certs",
"webpki-roots",
]

Loading…
Cancel
Save