Description of problem: fontawesome provides font(fontawesome) but subpackage fontawesome-web does not provide a font() package: rpm --provides -qp fontawesome-fonts-4.4.0-2.fc24.noarch.rpm config(fontawesome-fonts) = 4.4.0-2.fc24 font(fontawesome) fontawesome-fonts = 4.4.0-2.fc24 rpm --provides -qp noarch/fontawesome-fonts-web-4.4.0-2.fc24.noarch.rpm fontawesome-fonts-web = 4.4.0-2.fc24 Version-Release number of selected component (if applicable): All branches How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: provide font(fontawesome-web) Additional info:
Please never do that, the font() provides have very specific meaning: the font is installed in the system font repository in a general-purpose format applications can use which is *definitely* *not* the case of fontawesome-web (besides font() provides are automatically computed if fonts are correctly installed, if not font() provides are computed by rpm that means there are no usable files in the package)
Ok, thanks for clarification.