diff --git a/bind.spec b/bind.spec index 4603d1e..d2cbe2a 100644 --- a/bind.spec +++ b/bind.spec @@ -1197,15 +1197,14 @@ rm -rf ${RPM_BUILD_ROOT} %files -n python3-bind %defattr(-,root,root,-) -%{python3_sitelib}/*py* -%dir %{python3_sitelib}/isc -%{python3_sitelib}/isc/*py -%{python3_sitelib}/isc/__pycache__/*py* +%{python3_sitelib}/*.egg-info +%{python3_sitelib}/isc/ %changelog * Tue Jan 02 2018 Petr Menšík - 32:9.11.2-4 - Enable unit tests with kyua tool (#1532694) - Provide internal tool to prepare softhsm token storage +- Proper fix for python3-bind subpackage directory ownership (#1522944) * Fri Dec 15 2017 Petr Menšík - 32:9.11.2-3 - Own python3-bind isc directory (#1522944)