Own python3-bind isc directory (#1522944)
This commit is contained in:
parent
dbe3315c06
commit
7536ed9d37
@ -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 <pemensik@redhat.com> - 32:9.11.2-3
|
||||
- Own python3-bind isc directory (#1522944)
|
||||
|
||||
* Mon Oct 23 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-2
|
||||
- Build against mariadb-connector-c-devel (#1493615)
|
||||
- Include DNSKEY 20326 also in trusted-key.key (#1505476)
|
||||
|
Loading…
Reference in New Issue
Block a user