Bug 2283086
| Summary: | Roboto-Flex.ttf is missing from the package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | bbhtt.zn0i8 |
| Component: | python-sphinxext-opengraph | Assignee: | Yaroslav Sidlovsky <zawertun> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | zawertun |
| Target Milestone: | --- | Keywords: | Desktop |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-sphinxext-opengraph-0.9.1-2.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-06-02 01:21:23 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: | |||
|
Description
bbhtt.zn0i8
2024-05-24 03:43:35 UTC
```
$ grep "_static/Roboto-Flex.ttf" /usr/lib/python3.12/site-packages/sphinxext/opengraph/socialcards.py
path_font = Path(__file__).parent / "_static/Roboto-Flex.ttf"
```
Thanks for reporting. Fedora packaging guidelines prohibits packaging compiled TTF files. I can patch sphinxext-opengraph to use some other similar font from the system package. I think "Roboto Regular" fill be fine. Fonts embedding prohibited either: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_avoid_bundling_of_fonts_in_other_packages FEDORA-2024-d1a3e1c97f (python-sphinxext-opengraph-0.9.1-2.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-d1a3e1c97f FEDORA-2024-d1a3e1c97f has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-d1a3e1c97f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-d1a3e1c97f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-d1a3e1c97f (python-sphinxext-opengraph-0.9.1-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |