diff --git a/python-dns.spec b/python-dns.spec index 084298f..2195793 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -14,7 +14,7 @@ Name: python-%{py_package_name} Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: DNS toolkit for Python # The entire package is licensed with both licenses, see LICENSE file @@ -111,6 +111,10 @@ pytest -k "not testCanonicalNameDangling" } %changelog +* Tue Aug 10 2021 Mohan Boddu - 2.1.0-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 22 2021 Rafael Jeffman - 2.1.0-5 - Skip tests that require external network connection.