Bug 2510148
| Summary: | Review Request: rust-qrcode - QR code encoder in Rust | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Phoebe Harris <hello> |
| Component: | Package Review | Assignee: | Fabio Valentini <decathorpe> |
| Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | decathorpe, package-review |
| Target Milestone: | --- | Flags: | decathorpe:
fedora-review?
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://crates.io/crates/qrcode | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Phoebe Harris
2026-08-02 17:52:56 UTC
Copr build: https://copr.fedorainfracloud.org/coprs/build/10805364 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2510148-rust-qrcode/fedora-rawhide-x86_64/10805364-rust-qrcode/fedora-review/review.txt Found issues: - A package with this name already exists. Please check https://src.fedoraproject.org/rpms/rust-qrcode Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names Please know that there can be false-positives. --- 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. A few minor things: The license summary from the build.log is: ### BEGIN LICENSE SUMMARY ### # BSD-3-Clause OR Apache-2.0 # MIT OR Apache-2.0 # Unlicense OR MIT # Zlib OR Apache-2.0 OR MIT ### END LICENSE SUMMARY ### These all need to be reflected by the License tag in the "qrcode" subpackage. Alternatively, if you aren't even packaging this for the command-line application, you can drop it (see package.cargo-install-bin = false setting, check "man rust2rpm.toml" for more info). It might also be a good idea to drop the *.png, *.pic, and *.svg files from src/* and examples/*, they appear to only be test input and aren't needed when using this crate as a library. |