Proper fix for python3-bind subpackage directory ownership (#1522944)

This commit is contained in:
Petr Menšík 2018-01-09 21:47:49 +01:00
parent 9647ab2c58
commit db0b09231c

View File

@ -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 <pemensik@redhat.com> - 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 <pemensik@redhat.com> - 32:9.11.2-3
- Own python3-bind isc directory (#1522944)