Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/hickory-resolver-0.24.2.crate
/hickory-resolver-0.24.0.crate

@ -1 +0,0 @@
c48f48e986b7a651a4bc9eedcc750c41fd51f344 SOURCES/hickory-resolver-0.24.2.crate

@ -1,17 +0,0 @@
--- 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",
]
-[dev-dependencies.tracing-subscriber]
-version = "0.3"
-features = [
- "std",
- "fmt",
- "env-filter",
-]
-
[features]
backtrace = [
"dep:backtrace",

@ -1,22 +0,0 @@
[tests]
run = ["none"]
comments = [
"/etc/hosts and /etc/resolv.conf are not available in mock",
"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,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"
+

@ -0,0 +1,17 @@
--- 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",
]
-[dev-dependencies.tracing-subscriber]
-version = "0.3"
-features = [
- "std",
- "fmt",
- "env-filter",
-]
-
[features]
default = [
"system-config",

@ -1,23 +1,13 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# 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
@ -68,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
@ -104,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
@ -140,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
@ -152,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
@ -248,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
@ -267,28 +365,4 @@ use the "tokio-runtime" feature of the "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.24.2-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Mon Dec 16 2024 Fabio Valentini <decathorpe@gmail.com> - 0.24.2-1
- Update to version 0.24.2; Fixes RHBZ#2331379
* Sun Sep 22 2024 Fabio Valentini <decathorpe@gmail.com> - 0.24.1-4
- Drop even more unused features and dependencies
* Sun Sep 22 2024 Fabio Valentini <decathorpe@gmail.com> - 0.24.1-3
- Drop unused support for dns-over-https and dns-over-quic
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Apr 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.24.1-1
- Update to version 0.24.1; Fixes RHBZ#2275969
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Dec 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.24.0-1
- Initial import (#2254533)
## END: Generated by rpmautospec
%autochangelog

@ -0,0 +1,7 @@
[tests]
run = ["none"]
comments = [
"/etc/hosts and /etc/resolv.conf are not available in mock",
"no internet connectivity in mock",
]

@ -0,0 +1 @@
SHA512 (hickory-resolver-0.24.0.crate) = b3bbbb193d4c4e2e32f7a5d59f0c63bd808c31b840b814f771e483613feb70dd31aee17391206e99f6156431b64085edf6cf6d7d7f8bff5b931589ee2ad78c27
Loading…
Cancel
Save