https://bugzilla.redhat.com/show_bug.cgi?id=2283850
Cristian Le fedora@lecris.me changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zebob.m@gmail.com | |)
--- Comment #11 from Cristian Le fedora@lecris.me --- Spec URL: https://github.com/LecrisUT/rusty_parserk-paseto-rpmspec/raw/d43daf5f4c9c04d... SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rusty_par...
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