diff --git a/hickory-client-fix-metadata.diff b/hickory-client-fix-metadata.diff index 6934ffc..ac0be36 100644 --- a/hickory-client-fix-metadata.diff +++ b/hickory-client-fix-metadata.diff @@ -1,5 +1,5 @@ --- hickory-client-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ hickory-client-0.24.1/Cargo.toml 2024-09-22T00:57:26.567391+00:00 ++++ hickory-client-0.24.1/Cargo.toml 2024-09-22T02:06:53.060061+00:00 @@ -131,14 +131,6 @@ "macros", ] diff --git a/rust-hickory-client.spec b/rust-hickory-client.spec index e862d8e..5a7629e 100644 --- a/rust-hickory-client.spec +++ b/rust-hickory-client.spec @@ -93,18 +93,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 @@ -141,18 +129,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}+mdns-devel Summary: %{summary} BuildArch: noarch @@ -165,30 +141,6 @@ use the "mdns" feature of the "%{crate}" crate. %files -n %{name}+mdns-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}+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 @@ -213,18 +165,6 @@ use the "serde-config" feature of the "%{crate}" crate. %files -n %{name}+serde-config-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 deb60e4..18d8c5c 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -15,9 +15,14 @@ comments = ["skip a test that requires internet connectivity"] [features] hide = [ # outdated dependencies + "rustls", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-quic", + "dns-over-rustls", + "dnssec-ring", + "native-certs", + "webpki-roots", ]