From a3ea4dc601b449833a137cbf5ceeef410885f01b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:11:01 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-dns.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.