https://bugzilla.redhat.com/show_bug.cgi?id=2065451 Fabio Valentini <decathorpe@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |fedora-review? Assignee|nobody@xxxxxxxxxxxxxxxxx |decathorpe@xxxxxxxxx Status|NEW |ASSIGNED --- Comment #3 from Fabio Valentini <decathorpe@xxxxxxxxx> --- Several feature subpackages are not installable due to broken dependencies: - actix-web2: only actix-web 3 is packaged for Fedora right now - actix-web4: only actix-web 3 is packaged for Fedora right now - axum-framework: axum is not packaged for Fedora yet Assuming you don't need serde_qs support for any of those web frameworks, just disable the feature subpackages. This can be achieved in three different ways: 1) patch Cargo.toml to remove the features (and optional dependencies) you don't need / want 2) manually remove the broken feature subpackages you don't need / want 3) create a .rust2rpm.conf config file to specify which feature subpackages should not be generated (this basically automates option 2): [DEFAULT] unwanted-features = actix-web2 actix-web4 axum If you place this file into the directory where you run rust2rpm, it will use the settings from it during .spec generation. I would recommend this option, since you can also commit this .rust2rpm.conf file into dist-git to preserve these settings for future updates. -- 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=2065451 _______________________________________________ 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