https://bugzilla.redhat.com/show_bug.cgi?id=2030857 --- Comment #2 from Fabio Valentini <decathorpe@xxxxxxxxx> --- You're missing a dependency: schemafy_lib. It leads to two of the subpackages not being installable: Error: Problem 1: conflicting requests - nothing provides (crate(schemafy_lib/default) >= 0.6.0 with crate(schemafy_lib/default) < 0.7.0~) needed by rust-ignition-config+regenerate-devel-0.2.0-1.fc36.noarch Problem 2: conflicting requests - nothing provides (crate(schemafy_lib/default) >= 0.6.0 with crate(schemafy_lib/default) < 0.7.0~) needed by rust-ignition-config+schemafy_lib-devel-0.2.0-1.fc36.noarch It looks like that is used to generate code from JSON schemas at build time? And if that's possible to regenerate generated sources during RPM builds, that should be done. Can you check if that's possible and works (turn on the "regenerate" feature by default with a Cargo.toml patch), i.e. adding ``` [features] default = ["regenerate"] ``` or by modifying the build.rs script such that the code for regenerating the sources is run whether the "regenerate" feature is enabled or not? If that does not work or is not possible, you can drop the "regenerate" feature and its optional dependencies (including "schemafy_lib"). -- 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 https://bugzilla.redhat.com/show_bug.cgi?id=2030857 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure