Bug 2283849
| Summary: | Review Request: rust-rusty_paserk - Platform Agnostic Serializable Keys | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Le <fedora> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eclipseo, package-review |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://crates.io/crates/rusty_paserk | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-07-05 11:02:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2258880, 2283850 | ||
| Bug Blocks: | |||
|
Description
Cristian Le
2024-05-29 18:11:08 UTC
Copr build: https://copr.fedorainfracloud.org/coprs/build/7504972 (failed) Build log: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2283849-rust-rusty_paserk/fedora-rawhide-x86_64/07504972-rust-rusty_paserk/builder-live.log.gz Please make sure the package builds successfully at least for Fedora Rawhide. - If the build failed for unrelated reasons (e.g. temporary network unavailability), please ignore it. - If the build failed because of missing BuildRequires, please make sure they are listed in the "Depends On" field --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. - 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!
Spec URL: https://github.com/LecrisUT/rusty_parserk-paseto-rpmspec/raw/d43daf5f4c9c04d9fadf9bd63b60cac3cbc9892a/rust-rusty_paserk/rust-rusty_paserk.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rusty_parserk-paseto-rpmspec-main/fedora-rawhide-x86_64/07706810-rust-rusty_paserk/rust-rusty_paserk-0.4.0-1.fc41.src.rpm rust2rpm.toml: default --- The final state, I just dropped the no longer necessary patch. I will go ahead with this rusty_paseto and this tomorrow. The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-rusty_paserk FEDORA-2024-ce52986ef5 (rust-rusty_paserk-0.4.0-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-ce52986ef5 FEDORA-2024-ce52986ef5 (rust-rusty_paserk-0.4.0-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |