Python 2 binary package renamed to python2-ldns
This commit is contained in:
parent
e279556348
commit
29c0a6a545
13
ldns.spec
13
ldns.spec
@ -26,7 +26,7 @@
|
||||
Summary: Low-level DNS(SEC) library with API
|
||||
Name: ldns
|
||||
Version: 1.7.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
|
||||
License: BSD
|
||||
Url: http://www.nlnetlabs.nl/%{name}/
|
||||
@ -81,13 +81,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Collection of tools to get, check or alter DNS(SEC) data.
|
||||
|
||||
%if %{with_python}
|
||||
%package -n python-ldns
|
||||
%package -n python2-ldns
|
||||
%{?python_provide:%python_provide python2-ldns}
|
||||
Summary: Python extensions for ldns
|
||||
Group: Applications/System
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%description -n python-ldns
|
||||
%description -n python2-ldns
|
||||
Python extensions for ldns
|
||||
%endif
|
||||
|
||||
@ -257,7 +258,7 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%if %{with_python}
|
||||
%files -n python-ldns
|
||||
%files -n python2-ldns
|
||||
%{python_sitearch}/*
|
||||
%endif
|
||||
|
||||
@ -271,6 +272,10 @@ rm -rf %{buildroot}
|
||||
%doc doc
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7.0-8
|
||||
- Python 2 binary package renamed to python2-ldns
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user