Fix changelog date typo

This commit is contained in:
Simon Pichugin 2023-01-12 16:55:47 -08:00 committed by Stepan Oksanichenko
parent 549231d853
commit b4f43402e0
2 changed files with 7 additions and 2 deletions

1
.python-ldap.metadata Normal file
View File

@ -0,0 +1 @@
f1e73d6dfcd97aabf379c8a77b697cbec70bec80 python-ldap-3.4.3.tar.gz

View File

@ -5,7 +5,7 @@
Name: python-ldap
Version: 3.4.3
Release: 1%{?dist}
Release: 2%{?dist}
License: Python
Summary: An object-oriented API to access LDAP directory servers
URL: https://python-ldap.org/
@ -78,7 +78,11 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m unittest discover -v
%{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/
%changelog
* Wed Jan 2023 Simon Pichugin <spichugi@redhat.com> - 3.4.3-1
* Thu Jan 12 2023 Simon Pichugin <spichugi@redhat.com> - 3.4.3-2
- Fix changelog date typo
Related: rhbz#2158289
* Wed Jan 11 2023 Simon Pichugin <spichugi@redhat.com> - 3.4.3-1
- New upstream release 3.4.3
Resolves: rhbz#2158289