Proper fix for python3-bind subpackage directory ownership (#1522944)
This commit is contained in:
parent
9647ab2c58
commit
db0b09231c
@ -1197,15 +1197,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files -n python3-bind
|
%files -n python3-bind
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python3_sitelib}/*py*
|
%{python3_sitelib}/*.egg-info
|
||||||
%dir %{python3_sitelib}/isc
|
%{python3_sitelib}/isc/
|
||||||
%{python3_sitelib}/isc/*py
|
|
||||||
%{python3_sitelib}/isc/__pycache__/*py*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 02 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-4
|
* Tue Jan 02 2018 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-4
|
||||||
- Enable unit tests with kyua tool (#1532694)
|
- Enable unit tests with kyua tool (#1532694)
|
||||||
- Provide internal tool to prepare softhsm token storage
|
- 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
|
* Fri Dec 15 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-3
|
||||||
- Own python3-bind isc directory (#1522944)
|
- Own python3-bind isc directory (#1522944)
|
||||||
|
Loading…
Reference in New Issue
Block a user