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

--- Comment #7 from Michael Schwendt <[email protected]> ---
The '*' wildcard _never_ results in an unowned directory, except if the
_parent_ directory (and the parent's parent, and so on) belong into the
package. Hence

  %{python_sitelib}/*

includes _anything_ in /usr/lib/python2.7/site-packages/ (and anything includes
directories). The guidelines don't comment on that, because that's the trivial
case. On the contrary, if it had been

  %{python_sitelib}/libmodernize/*

the "libmodernize" directory would have been unowned:
https://fedoraproject.org/wiki/Packaging:UnownedDirectories#Wildcarding_Files_inside_a_Created_Directory

-- 
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=wXJfYqVBts&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to