diff --git a/python-GitPython.changes b/python-GitPython.changes index ef92b21..3d9f00b 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 1 11:59:07 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive + +------------------------------------------------------------------- +Fri Mar 28 01:57:32 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Wed Mar 5 12:41:24 UTC 2025 - Johannes Kastl diff --git a/python-GitPython.spec b/python-GitPython.spec index 23f5c2d..0c6eb9c 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -81,6 +81,6 @@ git config --global user.name "Your Name" %license LICENSE %doc AUTHORS CHANGES README.md doc/source/*.rst %{python_sitelib}/git -%{python_sitelib}/GitPython-%{version}.dist-info +%{python_sitelib}/[gG]it[pP]ython-%{version}.dist-info %changelog