https://bugzilla.redhat.com/show_bug.cgi?id=2283678 --- Comment #1 from Cristian Le <fedora@xxxxxxxxx> --- Spec URL: https://github.com/LecrisUT/rust-metris-rpmspec/raw/83dda26784f2c9cbe603473e461adaec238ddb34/rust-metrics-util/rust-metrics-util.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rust-metris-rpmspec-main/fedora-rawhide-x86_64/07711188-rust-metrics-util/rust-metrics-util-0.17.0-1.fc41.src.rpm Description: Dependency for `rust-metrics-exporter-prometheus` -> `atuin` Fedora Account System Username: lecris rust2rpm.toml ```toml [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 = [ "- Relax predicates dependencies", "- Bump sketches-ddsketch dependency", ] ``` metrics-util-fix-metadata.diff ``` --- metrics-util-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ metrics-util-0.17.0/Cargo.toml 2024-07-05T13:11:23.410917+00:00 @@ -119,7 +119,7 @@ default-features = false [dependencies.sketches-ddsketch] -version = "0.2" +version = "0.3" optional = true default-features = false @@ -156,10 +156,10 @@ version = "4.2" [dev-dependencies.predicates-core] -version = "=1.0.5" +version = "1.0.5" [dev-dependencies.predicates-tree] -version = "=1.0.7" +version = "1.0.7" [dev-dependencies.quickcheck] version = "1" @@ -175,7 +175,7 @@ version = "0.4" [dev-dependencies.sketches-ddsketch] -version = "0.2" +version = "0.3" [dev-dependencies.tracing] version = "0.1" ``` -- 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=2283678 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202283678%23c1 -- _______________________________________________ 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