From 1c28faf720acbb95d6b90880a9bcff4caa5e1137 Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Thu, 12 Jan 2023 16:55:47 -0800 Subject: [PATCH] Fix changelog date typo Related: rhbz#2158289 --- python-ldap.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-ldap.spec b/python-ldap.spec index 2f5ecf4..456f8a5 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -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 - 3.4.3-1 +* Thu Jan 12 2023 Simon Pichugin - 3.4.3-2 +- Fix changelog date typo + Related: rhbz#2158289 + +* Wed Jan 11 2023 Simon Pichugin - 3.4.3-1 - New upstream release 3.4.3 Resolves: rhbz#2158289