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.