From 757f90bb7532365d4e86b83ce8834cecc67dc5d7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 25 2020 14:25:55 +0000 Subject: remove features with broken dependencies --- diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..7961e6a --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,4 @@ +[DEFAULT] +unwanted-features = + afl + fuzz diff --git a/rust-cpp_demangle.spec b/rust-cpp_demangle.spec index fc1e966..cc0092c 100644 --- a/rust-cpp_demangle.spec +++ b/rust-cpp_demangle.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_with check %global debug_package %{nil} @@ -8,7 +8,7 @@ Name: rust-%{crate} Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Crate for demangling C++ symbols # Upstream license specification: Apache-2.0/MIT @@ -54,18 +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}+afl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+afl-devel %{_description} - -This package contains library source intended for building other packages -which use "afl" feature of "%{crate}" crate. - -%files -n %{name}+afl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+alloc-devel Summary: %{summary} BuildArch: noarch @@ -90,18 +78,6 @@ which use "cppfilt" feature of "%{crate}" crate. %files -n %{name}+cppfilt-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+fuzz-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+fuzz-devel %{_description} - -This package contains library source intended for building other packages -which use "fuzz" feature of "%{crate}" crate. - -%files -n %{name}+fuzz-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+logging-devel Summary: %{summary} BuildArch: noarch @@ -169,6 +145,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Nov 25 2020 Fabio Valentini - 0.3.1-2 +- Remove features with broken dependencies. + * Sun Oct 11 2020 Fabio Valentini - 0.3.1-1 - Update to version 0.3.1.