diff --git a/0003-Skip-DNSSEC-tests-with-SHA1_rhbz#2107651.patch b/0003-Skip-DNSSEC-tests-with-SHA1_rhbz#2107651.patch index d261538..4e5a5ff 100644 Binary files a/0003-Skip-DNSSEC-tests-with-SHA1_rhbz#2107651.patch and b/0003-Skip-DNSSEC-tests-with-SHA1_rhbz#2107651.patch differ diff --git a/python-dns.spec b/python-dns.spec index b1fc813..468f9d6 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -14,7 +14,7 @@ Name: python-%{py_package_name} Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python # The entire package is licensed with both licenses, see LICENSE file @@ -113,7 +113,11 @@ pytest -k "not testCanonicalNameDangling" } %changelog -* Fri Jan 05 2023 Rafael Jeffman - 2.2.1-1 +* Sat Jan 07 2023 Rafael Jeffman - 2.2.1-2 +- Remove pycache from patch 0003. + Related: rhbz#2107651 + +* Fri Jan 06 2023 Rafael Jeffman - 2.2.1-1 - Rebase to version 2.2.1 Resolves: rhbz#2088661 - Disable DNSSEC tests using SHA1 due to crypto policies