https://bugzilla.redhat.com/show_bug.cgi?id=2283849
Robert-André Mauchin 🐧 zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|nobody@fedoraproject.org |zebob.m@gmail.com CC| |zebob.m@gmail.com Status|NEW |POST Flags| |fedora-review+
--- Comment #2 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- - use rust2rpm -p and document the patch
# Manually created patch for downstream crate metadata changes # * Relax libtest-mimic dependency Patch: rusty_paserk-fix-metadata.diff # Manually created patch for downstream crate metadata changes # * Relax libtest-mimic dependency Patch: rusty_paserk-fix-metadata.diff
--- rusty_paserk-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ rusty_paserk-0.4.0/Cargo.toml 2024-06-02T05:51:42.204196+00:00 @@ -141,7 +141,7 @@ version = "0.4"
[dev-dependencies.libtest-mimic] -version = "0.7.3" +version = ">=0.6.1"
[dev-dependencies.rand] version = "0.8"
Rust Package Review
This package was generated using rust2rpm, which simplifies the review.
Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[x] The latest version is packaged or packaging an earlier version is justified. [x] The License tag reflects the package contents and uses the correct identifiers. [x] The package builds successfully in mock. [x] Package is installable (checked by fedora-review). [x] There are no relevant rpmlint errors. [x] The package runs tests in %check. [x] The package's binaries don't conflict with binaries already in the distribution. [x] There are no %{_bindir}/* wildcards in %files. [x] The package complies with the Rust and general Packaging Guidelines.
Package approved! On import, don't forget to do the following:
[ ] Add the package to release-monitoring.org [ ] Add the package to Koschei [ ] Give rust-sig privileges (at least commit) on the package [ ] Close the review bug by referencing its ID in the rpm changelog and the Bodhi ticket.
Thanks!