* Tue Feb 18 2014 Paul Wouters <pwouters@redhat.com> - 1.11.1-2
- Added LOC and ECDSA fixes from git (rhbz#1059594)
This commit is contained in:
parent
91923289d7
commit
ef6d7f5b89
1671
dnspython-1.11.1-ecdsa-loc.patch
Normal file
1671
dnspython-1.11.1-ecdsa-loc.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: python-dns
|
Name: python-dns
|
||||||
Version: 1.11.1
|
Version: 1.11.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: DNS toolkit for Python
|
Summary: DNS toolkit for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -37,6 +37,8 @@ Source3: http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.
|
|||||||
%if 0%{?rhel} == 5
|
%if 0%{?rhel} == 5
|
||||||
Patch0: 0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch
|
Patch0: 0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch
|
||||||
%endif
|
%endif
|
||||||
|
Patch1: dnspython-1.11.1-ecdsa-loc.patch
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -136,6 +138,7 @@ pushd %{py2dir}
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd %{py2dir}
|
pushd %{py2dir}
|
||||||
@ -254,6 +257,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 18 2014 Paul Wouters <pwouters@redhat.com> - 1.11.1-2
|
||||||
|
- Added LOC and ECDSA fixes from git (rhbz#1059594)
|
||||||
|
|
||||||
* Thu Sep 5 2013 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.11.1-1
|
* Thu Sep 5 2013 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.11.1-1
|
||||||
- New since 1.11.0:
|
- New since 1.11.0:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user