Bug 2510148 - Review Request: rust-qrcode - QR code encoder in Rust
Summary: Review Request: rust-qrcode - QR code encoder in Rust
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Fabio Valentini
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/qrcode
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-02 17:52 UTC by Phoebe Harris
Modified: 2026-09-15 01:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:
decathorpe: fedora-review?


Attachments (Terms of Use)

Comment 1 Fedora Review Service 2026-08-02 18:02:13 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.

Comment 2 Fabio Valentini 2026-08-18 15:54:21 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.