https://bugzilla.redhat.com/show_bug.cgi?id=1989300



--- Comment #8 from Wolfgang Ulbrich <[email protected]> ---
[ ]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/fontawesome5

This is caused by fontawesome5-fonts-web sub-package which can be installed
without the main package (fontawesome5-fonts), which owns the directory.
Is this the intended behavior?
If yes, than the -web sub-package needs to own the directory too
```
%files web
%doc CHANGELOG.md README* UPGRADING.md
%license LICENSE.txt
%dir %{_datadir}/fontawesome5
%{_datadir}/fontawesome5/js/
%{_datadir}/fontawesome5/sprites/
%{_datadir}/fontawesome5/svgs/
```
This silences the warning. 
Or you need to add a Requires to the -web sub-package, which pointed to the
main package.

Rest looks ok ;)


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to