https://bugzilla.redhat.com/show_bug.cgi?id=2283679 --- Comment #4 from Cristian Le <fedora@xxxxxxxxx> --- Fixed some additional dependencies --- Spec URL: https://github.com/LecrisUT/rust-metris-rpmspec/raw/2fb7b40a6528b380d0cbf973a7f10276b2cf2ddc/rust-quanta/rust-quanta.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rust-metris-rpmspec-main/fedora-rawhide-x86_64/07716587-rust-quanta/rust-quanta-0.12.3-1.fc41.src.rpm rust2rpm.toml ```toml [features] enable = [ "default", "prost", ] [requires] build = [ "tomcli", ] [scripts.prep] post = [ "# Do not depend on criterion; it is needed only for benchmarks.", "tomcli set Cargo.toml del dev-dependencies.criterion", ] [package] cargo-toml-patch-comments = [ "- Bump average dependency", "- Bump prost-types dependency", "- Remove flaky_tests from default feature", ] [tests] skip = [ "instant::tests::test_recent", ] comments = [ "More flaky tests" ] ``` quanta-fix-metadata.diff ``` --- quanta-0.12.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ quanta-0.12.3/Cargo.toml 2024-07-08T09:35:19.402094+00:00 @@ -48,18 +48,18 @@ version = "1.4" [dependencies.prost-types] -version = "0.11" +version = "0.12" optional = true default-features = false [dev-dependencies.average] -version = "0.14" +version = "0.15" [dev-dependencies.criterion] version = "=0.3.3" [features] -default = ["flaky_tests"] +default = [] flaky_tests = [] prost = ["prost-types"] ``` -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2283679 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202283679%23c4 -- _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue