Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

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

@ -1,6 +1,6 @@
--- hickory-resolver-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.2/Cargo.toml 2024-12-16T14:41:54.959254+00:00
@@ -237,7 +237,6 @@
--- hickory-resolver-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.0/Cargo.toml 2023-12-14T11:33:00.958950+00:00
@@ -219,7 +219,6 @@
"hickory-proto/serde-config",
]
system-config = [
@ -8,7 +8,7 @@
"resolv-conf",
]
testing = []
@@ -250,10 +249,6 @@
@@ -232,10 +231,6 @@
"hickory-proto/webpki-roots",
]
@ -19,8 +19,8 @@
[badges.codecov]
branch = "main"
repository = "hickory-dns/hickory-dns"
@@ -266,3 +261,4 @@
level = "warn"
priority = 0
check-cfg = ["cfg(nightly)"]
@@ -243,3 +238,4 @@
[badges.maintenance]
status = "actively-developed"
+

@ -1,6 +1,6 @@
--- hickory-resolver-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.2/Cargo.toml 2024-12-16T14:41:54.961254+00:00
@@ -170,14 +170,6 @@
--- hickory-resolver-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.0/Cargo.toml 2023-12-14T11:34:01.921165+00:00
@@ -156,14 +156,6 @@
"test-util",
]
@ -13,5 +13,5 @@
-]
-
[features]
backtrace = [
"dep:backtrace",
default = [
"system-config",

@ -1,13 +1,13 @@
# Generated by rust2rpm 27
# Generated by rust2rpm 25
# * /etc/hosts and /etc/resolv.conf are not available in mock
# * no internet connectivity in mock
%bcond check 0
%bcond_with check
%global debug_package %{nil}
%global crate hickory-resolver
Name: rust-hickory-resolver
Version: 0.24.2
Version: 0.24.0
Release: %autorelease
Summary: Hickory DNS is a safe and secure DNS library
@ -58,16 +58,40 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-devel
%package -n %{name}+dns-over-h3-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description}
%description -n %{name}+dns-over-h3-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace" feature of the "%{crate}" crate.
use the "dns-over-h3" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel
%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
@ -94,6 +118,30 @@ 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-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
Summary: %{summary}
BuildArch: noarch
@ -130,6 +178,30 @@ 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
@ -142,6 +214,18 @@ 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
@ -238,6 +322,30 @@ 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

@ -5,18 +5,3 @@ comments = [
"no internet connectivity in mock",
]
[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",
]

@ -1 +1 @@
SHA512 (hickory-resolver-0.24.2.crate) = 8a6febc9036a163a5c5dfe83468ede61121270763ea8d672bd5e32277becf84789d32e62074dedb49fc88a51eb19589bb0b489620eb77a3d3b6e61df21e9171d
SHA512 (hickory-resolver-0.24.0.crate) = b3bbbb193d4c4e2e32f7a5d59f0c63bd808c31b840b814f771e483613feb70dd31aee17391206e99f6156431b64085edf6cf6d7d7f8bff5b931589ee2ad78c27

Loading…
Cancel
Save