Bug 2486072 - Review Request: rust-qrcodegen - High-quality QR Code generator library
Summary: Review Request: rust-qrcodegen - High-quality QR Code generator library
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2486074
TreeView+ depends on / blocked
 
Reported: 2026-06-07 11:31 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2026-06-16 11:44 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dominik 'Rathann' Mierzejewski 2026-06-07 11:31:32 UTC
Spec URL: https://rathann.fedorapeople.org/review/rust-qrcodegen/rust-qrcodegen.spec
SRPM URL: https://rathann.fedorapeople.org/review/rust-qrcodegen/rust-qrcodegen-1.8.0-1.fc45.src.rpm
Description:
This project aims to be the best, clearest QR Code generator library in multiple languages.
The primary goals are flexible options and absolute correctness.
Secondary goals are compact implementation size and good documentation comments.

Fedora Account System Username: rathann

Comment 1 Ben Beasley 2026-06-16 11:44:42 UTC
> # FIXME: no license files detected

You have to actually fix this. See https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text for rules, next steps, and for your options if upstream isn’t responsive.

If you are going to disable the tests, please do it like this, in rust2rpm.toml

  [tests]
  run = false
  comments = [
      "Cannot run any tests because <reason>",
  ]

rather than by removing the check bcond and %check section from the generated spec file.

In this case, the test failures seem to be due to a broken or bit-rotted test suite, and you can reproduce them by running "cargo test" in the rust/ directory of a git checkout from upstream. This would be a good thing to report upstream.


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