Bug 1966392
| Summary: | Review Request: rust-libdeflate-sys - Bindings to libdeflate for DEFLATE (de)compression | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rémi Lauzier <remilauzier> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eclipseo, package-review, remilauzier |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-16 20:48:05 UTC | 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: | |||
| Bug Blocks: | 1966388 | ||
|
Description
Rémi Lauzier
2021-06-01 04:03:16 UTC
https://download.copr.fedorainfracloud.org/results/remilauzier/rust-oxipng/fedora-rawhide-x86_64/02220594-rust-libdeflate-sys/rust-libdeflate-sys.spec https://download.copr.fedorainfracloud.org/results/remilauzier/rust-oxipng/fedora-rawhide-x86_64/02220594-rust-libdeflate-sys/rust-libdeflate-sys-0.7.1-1.fc35.src.rpm I include the link to the bug demanding that the license file should be include in the crate source. - It would be nice to unbundle and package libdeflate, although it doesn't seem trivial.
- The bundled libdeflate is MIT licensed
# Upstream license specification: Apache-2.0
³ libdeflate: MIT
License: ASL 2.0 and MIT
- And you need to add the license file to %license:
%files devel
%doc README.md
%license LICENSE libdeflate/COPYING
%{cargo_registry}/%{crate}-%{version_no_tilde}/
- You need to add a bundled Provides
Provides: bundled(libdeflate) = 1.7-1.20201124git4a0bb73
- Simplify the summary:
rust-libdeflate-sys-devel.noarch: E: summary-too-long C Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations
- License ok
- Latest version packaged
- Builds in mock
Done. https://download.copr.fedorainfracloud.org/results/remilauzier/rust-oxipng/fedora-rawhide-x86_64/02232752-rust-libdeflate-sys/rust-libdeflate-sys.spec https://download.copr.fedorainfracloud.org/results/remilauzier/rust-oxipng/fedora-rawhide-x86_64/02232752-rust-libdeflate-sys/rust-libdeflate-sys-0.7.1-1.fc35.src.rpm Unbundling libdeflate is above my skill for now. Package approved. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-libdeflate-sys FEDORA-2021-eafd94e9a0 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-eafd94e9a0 FEDORA-2021-eafd94e9a0 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-eafd94e9a0 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-eafd94e9a0 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-eafd94e9a0 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |