remove features with broken dependencies

epel10
Fabio Valentini 4 years ago
parent 3db3910bc5
commit 45b94756bc
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 15 # 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: 2.3.5 Version: 2.3.5
Release: 2%{?dist} Release: 3%{?dist}
Summary: Compute CRC values Summary: Compute CRC values
# Upstream license specification: MIT # Upstream license specification: MIT
@ -89,18 +89,6 @@ which use "development" feature of "%{crate}" crate.
%files -n %{name}+development-devel %files -n %{name}+development-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
@ -132,6 +120,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Nov 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.5-3
- Remove features with broken dependencies.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save