|
|
@ -7,7 +7,7 @@
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.20.0
|
|
|
|
Version: 0.20.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/trust-dns-resolver
|
|
|
|
URL: https://crates.io/crates/trust-dns-resolver
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows deps
|
|
|
|
# * Drop windows-specific dependencies
|
|
|
|
Patch0: trust-dns-resolver-fix-metadata.diff
|
|
|
|
Patch0: trust-dns-resolver-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -132,18 +132,6 @@ which use "dnssec-openssl" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+dnssec-openssl-devel
|
|
|
|
%files -n %{name}+dnssec-openssl-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "dnssec-ring" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dnssec-ring-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+mdns-devel
|
|
|
|
%package -n %{name}+mdns-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -307,6 +295,9 @@ which use "trust-dns-openssl" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.1-1
|
|
|
|
|
|
|
|
- Update to version 0.20.1.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
|
|
|
|
* Mon Mar 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
|
|
|
|
- Update to version 0.20.0.
|
|
|
|
- Update to version 0.20.0.
|
|
|
|
|
|
|
|
|
|
|
|