|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# * Tests are missing files
|
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
|
# * /etc/hosts and /etc/resolv.conf are not available in mock
|
|
|
|
|
# * no internet connectivity in mock
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.19.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.19.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Trust-DNS is a safe and secure DNS library
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -15,7 +16,7 @@ License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/trust-dns-resolver
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * No windows
|
|
|
|
|
# * No windows deps
|
|
|
|
|
Patch0: trust-dns-resolver-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -167,18 +168,6 @@ 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}+ipconfig-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+ipconfig-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "ipconfig" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+ipconfig-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+mdns-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -402,6 +391,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Nov 22 2020 Fabio Valentini <decathorpe@gmail.com> - 0.19.6-1
|
|
|
|
|
- Update to version 0.19.6.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|