From b1123a6524da6c9ac7b505db0135087b3c0da752 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 18 Nov 2020 14:36:50 +0100 Subject: [PATCH] drop optional "heapless" dependency due to broken dependencies --- .rust2rpm.conf | 3 +++ rust-aead.spec | 19 +++++-------------- 2 files changed, 8 insertions(+), 14 deletions(-) create mode 100644 .rust2rpm.conf diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..bb9bde1 --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,3 @@ +[DEFAULT] +unwanted-features = + heapless diff --git a/rust-aead.spec b/rust-aead.spec index e7a4c8a..1734442 100644 --- a/rust-aead.spec +++ b/rust-aead.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.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Traits for Authenticated Encryption with Associated Data (AEAD) algorithms # Upstream license specification: MIT OR Apache-2.0 @@ -88,18 +88,6 @@ which use "dev" feature of "%{crate}" crate. %files -n %{name}+dev-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+heapless-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+heapless-devel %{_description} - -This package contains library source intended for building other packages -which use "heapless" feature of "%{crate}" crate. - -%files -n %{name}+heapless-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch @@ -131,5 +119,8 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Nov 14 2020 Fabio Valentini - 0.3.2-2 +- Drop optional "heapless" dependency due to broken dependencies. + * Fri Sep 11 16:05:31 BST 2020 Peter Robinson - 0.3.2-1 - Initial package