View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016523 | CentOS-8 | gnu-free-fonts | public | 2019-10-03 05:24 | 2020-01-07 23:34 |
Reporter | ellert | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 8.0.1905 | ||||
Summary | 0016523: Missing provides in gnu-free-fonts | ||||
Description | The standardized font provides are missing from the gnu-free-sans-fonts and gnu-free-serif-font in CentOS 8. Though they are there for gnu-free-mono-fonts built from the same source rpm. The issue seems to be specific to CentOS and not be present in RHEL. # rpm -q --whatprovides 'font(freesans)' 'font(freeserif)' 'font(freemono)' no package provides font(freesans) no package provides font(freeserif) gnu-free-mono-fonts-20120503-18.el8.noarch The provides for gnu-free-sans-fonts and gnu-free-serif-fonts are incomplete, compared to gnu-free-mono-fonts # rpm -q --provides gnu-free-sans-fonts config(gnu-free-sans-fonts) = 20120503-18.el8 gnu-free-sans-fonts = 20120503-18.el8 metainfo() metainfo(gnu-free-sans.metainfo.xml) # rpm -q --provides gnu-free-serif-fonts config(gnu-free-serif-fonts) = 20120503-18.el8 gnu-free-serif-fonts = 20120503-18.el8 metainfo() metainfo(gnu-free-serif.metainfo.xml) # rpm -q --provides gnu-free-mono-fonts config(gnu-free-mono-fonts) = 20120503-18.el8 font(:lang=aa) font(:lang=ab) [ .. language list abbrivated for clarity .. ] font(:lang=za) font(:lang=zu) font(freemono) gnu-free-mono-fonts = 20120503-18.el8 metainfo() metainfo(gnu-free-mono.metainfo.xml) | ||||
Steps To Reproduce | yum install 'font(freesans)' 'font(freeserif)' | ||||
Additional Information | This makes packages that Requires: font(freesans) and font(freeserif) uninstallable. | ||||
Tags | No tags attached. | ||||