diff --git a/bind.spec b/bind.spec index 16db7c8..99b576a 100644 --- a/bind.spec +++ b/bind.spec @@ -27,7 +27,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.2 -Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1150,10 +1150,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* %changelog +* Fri Dec 15 2017 Petr Menšík - 32:9.11.2-3 +- Own python3-bind isc directory (#1522944) + * Mon Oct 23 2017 Petr Menšík - 32:9.11.2-2 - Build against mariadb-connector-c-devel (#1493615) - Include DNSKEY 20326 also in trusted-key.key (#1505476)