Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-10 00:11:01 +00:00
parent 02f51f8447
commit a3ea4dc601

View File

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