drop optional "heapless" dependency due to broken dependencies

epel9
Fabio Valentini 4 years ago
parent b204867bd8
commit b1123a6524
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
heapless

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.3.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Traits for Authenticated Encryption with Associated Data (AEAD) algorithms Summary: Traits for Authenticated Encryption with Associated Data (AEAD) algorithms
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -88,18 +88,6 @@ which use "dev" feature of "%{crate}" crate.
%files -n %{name}+dev-devel %files -n %{name}+dev-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %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 %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -131,5 +119,8 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 14 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-2
- Drop optional "heapless" dependency due to broken dependencies.
* Fri Sep 11 16:05:31 BST 2020 Peter Robinson <pbrobinson@gmail.com> - 0.3.2-1 * Fri Sep 11 16:05:31 BST 2020 Peter Robinson <pbrobinson@gmail.com> - 0.3.2-1
- Initial package - Initial package

Loading…
Cancel
Save