Bug 2441747 - Review Request: rust-rexif - EXIF data extractor JPEG and TIFF images
Summary: Review Request: rust-rexif - EXIF data extractor JPEG and TIFF images
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/rexif
Whiteboard:
Depends On:
Blocks: 2441749
TreeView+ depends on / blocked
 
Reported: 2026-02-22 14:44 UTC by solomoncyj
Modified: 2026-06-29 17:05 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description solomoncyj 2026-02-22 14:44:24 UTC
Spec URL: https://solomoncyj.fedorapeople.org/reviews/rust-rexif/rust-rexif.spec
SRPM URL: https://solomoncyj.fedorapeople.org/reviews/rust-rexif/rust-rexif-0.7.5-1.fc45.src.rpm

Description:
RExif is a native Rust crate, written to extract EXIF data from JPEG and
TIFF images.

Fedora Account System Username: solomoncyj

Comment 1 Fedora Review Service 2026-02-22 22:14:25 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10159239
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2441747-rust-rexif/fedora-rawhide-x86_64/10159239-rust-rexif/fedora-review/review.txt

Please take a look if any issues were found.


---
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 Michel Lind 2026-06-29 17:05:18 UTC
- the summary is a bit odd: "EXIF data extractor  JPEG and TIFF images" - maybe "EXIF data extractor for JPEG and TIFF images"?
- you forgot to fix the License field

# FIXME: paste output of %%cargo_license_summary here
License:        # FIXME
# LICENSE.dependencies contains a full license breakdown


you can find the list of licenses by searching for BEGIN LICENSE SUMMARY and END LICENSE SUMMARY in build.log, e.g.

❯ grep -A5 "BEGIN LICENSE" build.log
### BEGIN LICENSE SUMMARY ###
# MIT
###  END LICENSE SUMMARY  ###

=> the section should be

# MIT
License:        MIT
# LICENSE.dependencies contains a full license breakdown


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