14
0
forked from pool/python-PyKMIP

- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=23
This commit is contained in:
2025-04-14 06:23:51 +00:00
committed by Git OBS Bridge
parent 54261200f0
commit f6317a2d5b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 06:23:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 04:51:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -91,7 +91,7 @@ sed -i '/"enum-compat",/d' setup.py
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/kmip
%{python_sitelib}/pykmip-%{version}.dist-info
%{python_sitelib}/[Pp]y[Kk][Mm][Ii][Pp]-%{version}.dist-info
%python_alternative %{_bindir}/pykmip-server
%changelog