Bug 2033859 - serde_with crate is bundled, along with several dependencies
Summary: serde_with crate is bundled, along with several dependencies
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rust-coreos-installer
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Benjamin Gilbert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2033857
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-18 06:25 UTC by Benjamin Gilbert
Modified: 2021-12-20 23:32 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-12-20 23:32:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Benjamin Gilbert 2021-12-18 06:25:01 UTC
Description of problem:
rust-coreos-installer bundles serde_with and several of its dependencies.

Version-Release number of selected component (if applicable):
0.12.0-1.fc36

How reproducible:
Always

Steps to Reproduce:
1. Inspect specfile

Actual results:
Provides:       bundled(crate(darling)) = 0.13.0
Provides:       bundled(crate(darling_core)) = 0.13.0
Provides:       bundled(crate(darling_macro)) = 0.13.0
Provides:       bundled(crate(serde_with)) = 1.11.0
Provides:       bundled(crate(serde_with_macros)) = 1.5.1

Expected results:
No crates are bundled.

Additional info:
This was done in https://src.fedoraproject.org/rpms/rust-coreos-installer/pull-request/31 to unblock packaging the new upstream release, since rust-serde_with unexpectedly patches out a substantial chunk of the latter's default API.


Note You need to log in before you can comment on or make changes to this bug.