diff --git a/hickory-resolver-fix-metadata-auto.diff b/hickory-resolver-fix-metadata-auto.diff index ccd6427..317cf4d 100644 --- a/hickory-resolver-fix-metadata-auto.diff +++ b/hickory-resolver-fix-metadata-auto.diff @@ -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", ] diff --git a/hickory-resolver-fix-metadata.diff b/hickory-resolver-fix-metadata.diff index b89bd72..dfa7037 100644 --- a/hickory-resolver-fix-metadata.diff +++ b/hickory-resolver-fix-metadata.diff @@ -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", ] diff --git a/rust-hickory-resolver.spec b/rust-hickory-resolver.spec index 171420a..02107cb 100644 --- a/rust-hickory-resolver.spec +++ b/rust-hickory-resolver.spec @@ -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 diff --git a/rust2rpm.toml b/rust2rpm.toml index a978eaf..f9db9e2 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -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", ]