15
0

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

- Make the dist-info name case-insensitive

OBS-URL: https://build.opensuse.org/request/show/1266112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=39
This commit is contained in:
2025-04-01 12:22:41 +00:00
committed by Git OBS Bridge
parent f8a121450c
commit be3afe0b33
2 changed files with 6 additions and 1 deletions

View File

@@ -71,6 +71,6 @@ python2_flags="--version"
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/formencode
%{python_sitelib}/formencode-%{version}.dist-info
%{python_sitelib}/[fF]orm[eE]ncode-%{version}.dist-info
%changelog