Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=927269

--- Comment #13 from Michal Schmidt <[email protected]> ---
Let's check the ownership of directories
(https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership):

> %files
> ...
> %{_libdir}/xorg/modules/libglamoregl.so
> %{_datadir}/X11/xorg.conf.d/glamor.conf

These two directories you install files into are neither owned by your package
nor by any of the required packages. A possible way to prevent creating unowned
directories is to Require xorg-x11-server-Xorg, which owns them.

> %files devel
> %{_includedir}/xorg/glamor.h

/usr/include/xorg is multiply owned by several packages. You can make your
package own it too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=mCp1BgRfq7&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to