diff --git a/rust-trust-dns-proto.spec b/rust-trust-dns-proto.spec index 62d6f80..85b1d2c 100644 --- a/rust-trust-dns-proto.spec +++ b/rust-trust-dns-proto.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trust-DNS is a safe and secure DNS library # Upstream license specification: MIT/Apache-2.0 @@ -161,6 +161,18 @@ which use "serde-config" feature of "%{crate}" crate. %files -n %{name}+serde-config-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+testing-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+testing-devel %{_description} + +This package contains library source intended for building other packages +which use "testing" feature of "%{crate}" crate. + +%files -n %{name}+testing-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+tokio-devel Summary: %{summary} BuildArch: noarch @@ -173,16 +185,16 @@ which use "tokio" feature of "%{crate}" crate. %files -n %{name}+tokio-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+tokio-compat-devel +%package -n %{name}+tokio-runtime-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+tokio-compat-devel %{_description} +%description -n %{name}+tokio-runtime-devel %{_description} This package contains library source intended for building other packages -which use "tokio-compat" feature of "%{crate}" crate. +which use "tokio-runtime" feature of "%{crate}" crate. -%files -n %{name}+tokio-compat-devel +%files -n %{name}+tokio-runtime-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep @@ -204,6 +216,9 @@ which use "tokio-compat" feature of "%{crate}" crate. %endif %changelog +* Thu Dec 26 14:43:17 CET 2019 Robert-André Mauchin - 0.18.0-2 +- Fix package list + * Wed Dec 25 17:54:51 CET 2019 Robert-André Mauchin - 0.18.0-1 - Update to 0.18.0