https://bugzilla.redhat.com/show_bug.cgi?id=2279542 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/raw/8a8d6c3c423c1e9b24ca1a557a32f3df1d0ff38f/rust-sqlx-mysql/rust-sqlx-mysql.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-sqlx-rpmspec-main/fedora-rawhide-x86_64/07714406-rust-sqlx-mysql/rust-sqlx-mysql-0.7.4-1.fc41.src.rpm rust2rpm.toml: ```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] skip = [ "options::MySqlConnectOptions", ] comments = [ "Skip tests that require main sqlx package" ] ``` sqlx-mysql-fix-metadata.diff ``` --- sqlx-mysql-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ sqlx-mysql-0.7.4/Cargo.toml 2024-07-07T08:49:46.239326+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 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=2279542 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202279542%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