Bug 1882764
| Summary: | tesseract-langpack-* should supplement tesseract instead of tesseract-tessdata | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | tesseract-tessdata | Assignee: | Sandro Mani <manisandro> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | manisandro |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tesseract-tessdata-4.0.0-9.fc32 tesseract-tessdata-4.0.0-9.fc31 tesseract-tessdata-4.0.0-9.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-07 20:36:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
FEDORA-2020-9a5ce44846 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-9a5ce44846 FEDORA-2020-a8baaa81a1 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-a8baaa81a1 FEDORA-2020-9a5ce44846 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-9a5ce44846` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-9a5ce44846 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-a8baaa81a1 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-a8baaa81a1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-a8baaa81a1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-cee8372052 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-cee8372052` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-cee8372052 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-cee8372052 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-a8baaa81a1 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-9a5ce44846 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |
tesseract package is barely usable without tesseract-langpack-* packages. I can see that tesseract requires tesseract-langpack-eng. But what about other languages? Natural solution is a weak dependency. I queries a reposiory: # dnf --quiet repoquery --supplements tesseract-langpack-ces (tesseract-tessdata = 4.0.0-8.fc33 and langpacks-cs) Great. What is tesseract-tessdata?: # dnf --quiet repoquery --whatprovides tesseract-tessdata It does not exist. I believe this a bug in tesseract-tessdata.spec that was split from tesseract package, but the Supplements was not updated: %package -n tesseract-langpack-%{macrolang}\ [...] Supplements: (%{name} = %{version}-%{release} and langpacks-%{langcode})}\ I think %{name} should replaced with tesseract.