Fedora Account System
Red Hat Associate
Red Hat Customer
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
> # 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.