https://bugzilla.redhat.com/show_bug.cgi?id=2283850 Cristian Le <fedora@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zebob.m@xxxxxxxxx | |) --- Comment #11 from Cristian Le <fedora@xxxxxxxxx> --- Spec URL: https://github.com/LecrisUT/rusty_parserk-paseto-rpmspec/raw/d43daf5f4c9c04d9fadf9bd63b60cac3cbc9892a/rust-rusty_paseto/rust-rusty_paseto.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rusty_parserk-paseto-rpmspec-main/fedora-rawhide-x86_64/07706811-rust-rusty_paseto/rust-rusty_paseto-0.7.1-1.fc41.src.rpm rust2rpm.toml ```toml [package] cargo-toml-patch-comments = [ "- Remove examples", "- Relax erased-serde to 0.4.4", "- Relax iso8601 to >=0.4.2", ] [scripts.prep] post = [ "# Remove examples", "rm -r examples", "# Fix line-ending, remove in next version", "# https://github.com/rrrodzilla/rusty_paseto/pull/41", "find . -type f -name '*.rs' -exec sed -i 's/\\r$//' {} +", ] ``` rusty_paseto-fix-metadata.diff ``` --- rusty_paseto-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ rusty_paseto-0.7.1/Cargo.toml 2024-07-04T09:04:01.576566+00:00 @@ -37,10 +37,6 @@ [lib] doctest = true -[[example]] -name = "actix_identity" -required-features = ["default"] - [dependencies.aes] version = "0.7.5" features = ["ctr"] @@ -71,7 +67,7 @@ optional = true [dependencies.erased-serde] -version = "0.4.5" +version = "0.4.4" optional = true [dependencies.hex] @@ -83,7 +79,7 @@ optional = true [dependencies.iso8601] -version = "0.6.1" +version = ">=0.4.2" [dependencies.p384] version = "0.13.0" @@ -124,9 +120,6 @@ version = "1.4.3" features = ["zeroize_derive"] -[dev-dependencies.actix-identity] -version = "0.4.0" - [dev-dependencies.actix-utils] version = "3.0.0" @@ -137,7 +130,7 @@ version = "1.0.45" [dev-dependencies.erased-serde] -version = "0.4.5" +version = "0.4.4" [dev-dependencies.primes] version = "0.3.0" ``` --- I've added the EOL patch as a %prep step -- 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=2283850 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202283850%23c11 -- _______________________________________________ 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