diff --git a/bind.spec b/bind.spec index 55941e6..3ffd140 100644 --- a/bind.spec +++ b/bind.spec @@ -25,7 +25,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.1 -Release: 4%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 5%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1025,12 +1025,13 @@ 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 +* Wed Jan 10 2018 Petr Menšík - 32:9.11.1-5.P3 +- Proper fix for python3-bind subpackage directory ownership (#1522944) + * Fri Dec 15 2017 Petr Menšík - 32:9.11.1-4.P3 - Own python3-bind isc directory (#1522944) - Make tsstsig system test pass again (#1500017)