diff --git a/python-ldap3.changes b/python-ldap3.changes index c33bc37..c25f251 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 17 05:04:28 UTC 2025 - Steve Kowalik + +- Correct version specifier in setup.py. +- Switch to autosetup macro. + ------------------------------------------------------------------- Fri May 30 10:24:47 UTC 2025 - Markéta Machová diff --git a/python-ldap3.spec b/python-ldap3.spec index de0d909..996b3c3 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -48,8 +48,9 @@ This project was formerly named **python3-ldap**. The name has been changed to avoid confusion with the python-ldap library. %prep -%setup -q -n ldap3-%{version} -%autopatch -p1 +%autosetup -p1 -n ldap3-%{version} +# Remove after 2.10 is released. +sed -ie 's/"2.9"/"%{version}"/' _version.json dos2unix COPYING.LESSER.txt COPYING.txt README.rst LICENSE.txt