From b4f43402e00bb3207e5a849d1de2300e7b057024 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 --- .python-ldap.metadata | 1 + python-ldap.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .python-ldap.metadata diff --git a/.python-ldap.metadata b/.python-ldap.metadata new file mode 100644 index 0000000..cbed6b4 --- /dev/null +++ b/.python-ldap.metadata @@ -0,0 +1 @@ +f1e73d6dfcd97aabf379c8a77b697cbec70bec80 python-ldap-3.4.3.tar.gz 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