15
0

Accepting request 1266115 from home:mcalabkova:branches:devel:languages:python

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/request/show/1266115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=65
This commit is contained in:
2025-04-01 12:23:39 +00:00
committed by Git OBS Bridge
parent 0f86575f09
commit 053aec83fa
2 changed files with 6 additions and 1 deletions

View File

@@ -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