Bug 2494268

Summary: Review Request: rust-liblzma - Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding
Product: [Fedora] Fedora Reporter: Zbigniew Jędrzejewski-Szmek <zbyszek>
Component: Package ReviewAssignee: Fabio Valentini <decathorpe>
Status: ASSIGNED --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: decathorpe, package-review
Target Milestone: ---Flags: decathorpe: fedora-review?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://crates.io/crates/liblzma
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2494237    
Bug Blocks: 2494288    

Description Zbigniew Jędrzejewski-Szmek 2026-06-29 14:17:15 UTC
Spec URL: https://zbyszek.fedorapeople.org/rust-liblzma.spec
SRPM URL: https://zbyszek.fedorapeople.org/rust-liblzma-0.4.7-2.fc45.src.rpm
Upstream URL: https://crates.io/crates/liblzma

Description:
Rust bindings to liblzma providing Read/Write streams as well as low-
level in-memory encoding/decoding. forked from xz2.

Fedora Account System Username: zbyszek

Comment 1 Fedora Review Service 2026-06-29 14:19:59 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10660858
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2494268-rust-liblzma/fedora-rawhide-x86_64/10660858-rust-liblzma/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
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 Zbigniew Jędrzejewski-Szmek 2026-07-30 21:04:03 UTC
The rust-liblzma-sys dependency was built in rawhide, so this should build now too.

scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=148491225

Comment 3 Fabio Valentini 2026-08-19 16:01:01 UTC
Please see my comments on the liblzma-sys review:
https://bugzilla.redhat.com/show_bug.cgi?id=2494237#c19

We need this crate (eventually) to work on i686 since we need it for newer versions of rust-async-compression, and it is still needed on i686.

First review pass:

- Update to latest version (this is for 0.4.7, latest is 0.4.8).
- Drop ExcludeArch, we need this on i686 *and* it's the wrong way to exclude arches for library-only Rust crates (use the "package.unsupported-arches" setting instead).