Update to version 0.24.2; Fixes RHBZ#2331379

epel10 imports/epel10/rust-hickory-resolver-0.24.2-1.el10
Fabio Valentini 2 months ago
parent 35dd5f5980
commit 87a67b9ffa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/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.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.1/Cargo.toml 2024-09-22T01:50:00.852478+00:00
@@ -219,7 +219,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-proto/serde-config",
]
system-config = [
@ -8,7 +8,7 @@
"resolv-conf",
]
testing = []
@@ -232,10 +231,6 @@
@@ -250,10 +249,6 @@
"hickory-proto/webpki-roots",
]
@ -19,8 +19,8 @@
[badges.codecov]
branch = "main"
repository = "hickory-dns/hickory-dns"
@@ -243,3 +238,4 @@
[badges.maintenance]
status = "actively-developed"
@@ -266,3 +261,4 @@
level = "warn"
priority = 0
check-cfg = ["cfg(nightly)"]
+

@ -1,6 +1,6 @@
--- hickory-resolver-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.1/Cargo.toml 2024-09-22T01:50:08.046519+00:00
@@ -156,14 +156,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 @@
"test-util",
]
@ -13,5 +13,5 @@
-]
-
[features]
default = [
"system-config",
backtrace = [
"dep:backtrace",

@ -1,13 +1,13 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 27
# * /etc/hosts and /etc/resolv.conf are not available in mock
# * no internet connectivity in mock
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate hickory-resolver
Name: rust-hickory-resolver
Version: 0.24.1
Version: 0.24.2
Release: %autorelease
Summary: Hickory DNS is a safe and secure DNS library
@ -58,6 +58,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-native-tls-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (hickory-resolver-0.24.1.crate) = f24e726b4f6b884be6d5072d030e4f542c9f25bbdc594fcb68f2003aa6425209a51a044fd4e83f2ac4746e67bd7a5fcd2b6b0105e5b63fcfc777dde173029609
SHA512 (hickory-resolver-0.24.2.crate) = 8a6febc9036a163a5c5dfe83468ede61121270763ea8d672bd5e32277becf84789d32e62074dedb49fc88a51eb19589bb0b489620eb77a3d3b6e61df21e9171d

Loading…
Cancel
Save