From f49b2e30256bbd1387589cd2899fa6498789ee6b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Dec 12 2020 19:41:45 +0000 Subject: remove features with missing dependencies (array-ops, refpool) --- diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..1150bb8 --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,5 @@ +[DEFAULT] +unwanted-features = + array-ops + refpool + ringbuffer diff --git a/rust-sized-chunks.spec b/rust-sized-chunks.spec index 728430e..24e4948 100644 --- a/rust-sized-chunks.spec +++ b/rust-sized-chunks.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Efficient sized chunk datatypes # Upstream license specification: MPL-2.0+ @@ -64,42 +64,6 @@ which use "arbitrary" feature of "%{crate}" crate. %files -n %{name}+arbitrary-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+array-ops-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+array-ops-devel %{_description} - -This package contains library source intended for building other packages -which use "array-ops" feature of "%{crate}" crate. - -%files -n %{name}+array-ops-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+refpool-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+refpool-devel %{_description} - -This package contains library source intended for building other packages -which use "refpool" feature of "%{crate}" crate. - -%files -n %{name}+refpool-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+ringbuffer-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+ringbuffer-devel %{_description} - -This package contains library source intended for building other packages -which use "ringbuffer" feature of "%{crate}" crate. - -%files -n %{name}+ringbuffer-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch @@ -131,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Dec 12 2020 Fabio Valentini - 0.6.2-4 +- Remove features with missing dependencies (array-ops, refpool). + * Sat Aug 01 2020 Fedora Release Engineering - 0.6.2-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild