diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index cc11a29..dec551e 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 1.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT @@ -56,6 +56,10 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.0.0-7 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Apr 19 2021 Robbie Harwood - 1.0.0-6 - Actually drop coverage dependency - Resolves: #1916739