Compare commits

..

6 Commits

2
.gitignore vendored

@ -1 +1,3 @@
/hickory-client-0.24.0.crate /hickory-client-0.24.0.crate
/hickory-client-0.24.1.crate
/hickory-client-0.24.2.crate

@ -1,6 +1,6 @@
--- hickory-client-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- hickory-client-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-client-0.24.0/Cargo.toml 2023-12-14T11:39:03.077225+00:00 +++ hickory-client-0.24.2/Cargo.toml 2024-12-16T14:42:36.166460+00:00
@@ -131,14 +131,6 @@ @@ -137,14 +137,6 @@
"macros", "macros",
] ]

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate hickory-client %global crate hickory-client
Name: rust-hickory-client Name: rust-hickory-client
Version: 0.24.0 Version: 0.24.2
Release: %autorelease Release: %autorelease
Summary: Hickory DNS is a safe and secure DNS library Summary: Hickory DNS is a safe and secure DNS library
@ -69,42 +69,6 @@ use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel %files -n %{name}+backtrace-devel
%ghost %{crate_instdir}/Cargo.toml %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-openssl-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-https-openssl-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-https-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-https-openssl-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
@ -129,30 +93,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
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 %package -n %{name}+dns-over-tls-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -189,18 +129,6 @@ use the "dnssec-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dnssec-openssl-devel %files -n %{name}+dnssec-openssl-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+mdns-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -213,30 +141,6 @@ use the "mdns" feature of the "%{crate}" crate.
%files -n %{name}+mdns-devel %files -n %{name}+mdns-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -261,18 +165,6 @@ use the "serde-config" feature of the "%{crate}" crate.
%files -n %{name}+serde-config-devel %files -n %{name}+serde-config-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -12,3 +12,17 @@ skip = ["client::async_client::tests::async_client"]
skip-exact = true skip-exact = true
comments = ["skip a test that requires internet connectivity"] 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",
]

@ -1 +1 @@
SHA512 (hickory-client-0.24.0.crate) = 610d5677b2b5cfdb6ca69babe57767a908f2420a8fb60e9a145f0b879b03ef7fef2127ff6ea65ba77d6f30b748a9c9bd07b102510249997819b57217a8890734 SHA512 (hickory-client-0.24.2.crate) = ca819f9936af515c31e646a337a9e73f67a02e1991a56a07015214786f77ef891a2a20ec247c151efcacf1b3d93ba526552ff9c58944716aa65b138f49ef7aa1

Loading…
Cancel
Save