diff --git a/rust-iai.spec b/rust-iai.spec index 3408ff6..4814813 100644 --- a/rust-iai.spec +++ b/rust-iai.spec @@ -8,7 +8,7 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: One-shot benchmarking library # Upstream license specification: Apache-2.0/MIT @@ -54,30 +54,6 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+iai_macro-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+iai_macro-devel %{_description} - -This package contains library source intended for building other packages -which use "iai_macro" feature of "%{crate}" crate. - -%files -n %{name}+iai_macro-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+macro-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+macro-devel %{_description} - -This package contains library source intended for building other packages -which use "macro" feature of "%{crate}" crate. - -%files -n %{name}+macro-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+real_blackbox-devel Summary: %{summary} BuildArch: noarch @@ -109,5 +85,8 @@ which use "real_blackbox" feature of "%{crate}" crate. %endif %changelog +* Tue Nov 23 2021 Link Dupont - 0.1.1-2 +- Remove feature subpackage (RHBZ#2025540) + * Sat Oct 02 2021 Link Dupont - 0.1.1-1 - Initial package