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