https://bugzilla.redhat.com/show_bug.cgi?id=1857740



--- Comment #3 from Robert-André Mauchin 🐧 <zebo...@gmail.com> ---
 - Please don't forget to include the licenses:
Also add the RELEASES.md as %doc

%files          devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md RELEASES.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/

 - You must include a comment explainig the changes you've made to the metadata
and link to an upstream PR including this change:

# Initial patched metadata
# - Bump autocfg to 1.0.0 https://github.com/dignifiedquire/num-bigint/pull/22
Patch0:         num-bigint-dig-fix-metadata.diff

 - The package is not installable:

DEBUG util.py:621:   Problem 1: conflicting requests
DEBUG util.py:621:    - nothing provides (crate(zeroize/zeroize_derive) >=
1.1.0 with crate(zeroize/zeroize_derive) < 2.0.0) needed by
rust-num-bigint-dig+zeroize-devel-0.6.0-2.fc33.noarch

zeroize is being packaged so ok

DEBUG util.py:621:   Problem 2: package
rust-num-bigint-dig+nightly-devel-0.6.0-2.fc33.noarch requires
(crate(rand/nightly) >= 0.7.0 with crate(rand/nightly) < 0.8.0), but none of
the providers can be installed
DEBUG util.py:621:    - package rust-rand+nightly-devel-0.7.3-2.fc33.noarch
requires crate(rand/simd_support) = 0.7.3, but none of the providers can be
installed
DEBUG util.py:621:    - conflicting requests
DEBUG util.py:621:    - nothing provides (crate(packed_simd/default) >= 0.3.0
with crate(packed_simd/default) < 0.4.0) needed by
rust-rand+simd_support-devel-0.7.3-2.fc33.noarch
DEBUG util.py:621:    - nothing provides (crate(packed_simd/into_bits) >= 0.3.0
with crate(packed_simd/into_bits) < 0.4.0) needed by
rust-rand+simd_support-devel-0.7.3-2.fc33.noarch

TLDR crate(rand/nightly) needs crate(rand/simd_support) which needs
crate(packed_simd/default)

so you need to package packed_simd.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to