diff --git a/python-ldap.spec b/python-ldap.spec index 504275e..8e2c6dc 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -5,7 +5,7 @@ Name: python-ldap Version: 3.3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: Python Summary: An object-oriented API to access LDAP directory servers URL: https://python-ldap.org/ @@ -79,6 +79,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m unittest discover -v %{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/ %changelog +* Tue Aug 10 2021 Mohan Boddu - 3.3.1-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Jun 28 2021 Christian Heimes - 3.3.1-7 - Fix SASL get/set options on big endian platforms - Resolves: rhbz#1976827