* 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
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: DNS toolkit for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -37,6 +37,8 @@ Source3: http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.
|
||||
%if 0%{?rhel} == 5
|
||||
Patch0: 0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch
|
||||
%endif
|
||||
Patch1: dnspython-1.11.1-ecdsa-loc.patch
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -136,6 +138,7 @@ pushd %{py2dir}
|
||||
%patch0 -p1
|
||||
popd
|
||||
%endif
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
pushd %{py2dir}
|
||||
@ -254,6 +257,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%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
|
||||
- New since 1.11.0:
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user