Bug 2355940
| Summary: | Package description is literal "%{description}" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Landscheidt <tim> |
| Component: | python-rst-linker | Assignee: | Dan Radez <dan> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dradez, jcaratza |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-rst-linker-2.4.0-16.fc44 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-10-23 02:33:41 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: | |||
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. FEDORA-2025-800f06513e (python-rst-linker-2.4.0-16.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-800f06513e FEDORA-2025-800f06513e (python-rst-linker-2.4.0-16.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. |
The package description for python3-rst-linker is literally "%{description}": | $ dnf info -q --enable-repo=rawhide python\*-rst-linker\* | Available packages | Name : python3-rst-linker | Epoch : 0 | Version : 2.4.0 | Release : 9.fc42 | Architecture : noarch | Download size : 19.4 KiB | Installed size : 23.4 KiB | Source : python-rst-linker-2.4.0-9.fc42.src.rpm | Repository : rawhide | Summary : Can add links and perform other custom replacements to rst | URL : https://github.com/jaraco/rst.linker | License : MIT | Description : %{description} ^^^^^^^^^^^^^^ | Vendor : Fedora Project | $ Additionally, the "main" description in the spec file appears to be garbled: | %description | rst.linker provides a routine for adding links and performing other custom | replacements to restructured text files as a Sphinx extension.License License | is indicated in the project metadata (typically one or more of the Trove | classifiers). For more details, see this explanation < In your sphinx | configuration file, include rst.linker as an extension and then add a | link_files configuration section... Reproducible: Always