https://bugzilla.redhat.com/show_bug.cgi?id=2279544 Cristian Le <fedora@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|fedora-review+ |needinfo?(zebob.m@xxxxxxxxx | |) --- Comment #5 from Cristian Le <fedora@xxxxxxxxx> --- Similar change to https://bugzilla.redhat.com/show_bug.cgi?id=2279546#c6 --- Spec URL: https://github.com/LecrisUT/sqlx-rpmspec/blob/8a8d6c3c423c1e9b24ca1a557a32f3df1d0ff38f/rust-sqlx-postgres/rust-sqlx-postgres.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-sqlx-rpmspec-main/fedora-rawhide-x86_64/07714407-rust-sqlx-postgres/rust-sqlx-postgres-0.7.4-1.fc41.src.rpm rust2rpm.toml: (Edited `%files devel` after running `rust2rpm -I`) ```toml [features] enable-all = true [[package.extra-sources]] number = 10 file = "https://github.com/launchbadge/sqlx/raw/v%{version}/LICENSE-APACHE" comments = [ "Fix missing LICENSE-* files in released crates", "https://github.com/launchbadge/sqlx/issues/3237", ] [[package.extra-sources]] number = 11 file = "https://github.com/launchbadge/sqlx/raw/v%{version}/LICENSE-MIT" comments = [ "Fix missing LICENSE-* files in released crates", "https://github.com/launchbadge/sqlx/issues/3237", ] [scripts.prep] pre = ["cp -p '%{SOURCE10}' '%{SOURCE11}' ."] [package] cargo-toml-patch-comments = [ "- Fix missing chrono.clock feature", " https://github.com/launchbadge/sqlx/issues/3332", ] [tests] comments = [ "benchmark tests are interfering", ] run = ["none"] ``` sqlx-postgres-fix-metadata.diff ``` --- sqlx-postgres-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ sqlx-postgres-0.7.4/Cargo.toml 2024-07-07T08:44:15.263339+00:00 @@ -51,6 +51,9 @@ [dependencies.chrono] version = "0.4.22" +features = [ + "clock", +] optional = true default-features = false ``` -- 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=2279544 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202279544%23c5 -- _______________________________________________ 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