diff --git a/python-dns.spec b/python-dns.spec index 9358cf64a9a03581a7469eb359a535a955a6a673..69f86dca5278dede0c61a1baa331e3eab0cb8766 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -14,7 +14,7 @@ messages, names, and records. Name: python-dns Summary: %{sum} Version: 1.16.0 -Release: 1 +Release: 2 License: MIT URL: http://www.dnspython.org/ Source0: http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz @@ -62,7 +62,6 @@ find examples -type f | xargs chmod a-x %py3_install %check -%{__python2} setup.py test %{__python3} setup.py test %files -n python2-dns @@ -79,6 +78,9 @@ find examples -type f | xargs chmod a-x %doc examples %changelog +* Tue Jun 15 2021 gaihuiying - 1.16.0-2 +- remove python2 test + * Mon Jan 18 2021 jinzhimin - 1.16.0-1 - update to 1.16.0