https://bugzilla.redhat.com/show_bug.cgi?id=1395947 --- Comment #8 from Michal Sekletar <msekleta@xxxxxxxxxx> --- I believe that bellow patch for specfile should fix the dir ownership problem. --- python-pydbus.spec.old 2017-02-12 17:09:47.006653954 +0100 +++ python-pydbus.spec 2017-02-12 17:10:18.419127077 +0100 @@ -73,19 +73,19 @@ # Note that there is no %%files section for the unversioned python module if we are building for several python runtimes %files -n python2-%{srcname} %doc README.rst -%{python2_sitelib}/pydbus/* +%{python2_sitelib}/pydbus/ %{python2_sitelib}/*.egg-info %files -n python3-%{srcname} %doc README.rst -%{python3_sitelib}/pydbus/* +%{python3_sitelib}/pydbus/ %{python3_sitelib}/*.egg-info %files -n python2-%{srcname}-examples -%{python2_sitelib}/pydbus/examples/* +%{python2_sitelib}/pydbus/examples/ %files -n python3-%{srcname}-examples -%{python3_sitelib}/pydbus/examples/* +%{python3_sitelib}/pydbus/examples/ %changelog * Wed Nov 16 2016 Martin Kolman <mkolman@xxxxxxxxxx> - 0.5.1-1 -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx