From 54261200f03a0b8e8a24302e47be19cd61e5bb256b784f17ab908c91a28d4872 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:51:37 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=22 --- python-PyKMIP.changes | 5 +++++ python-PyKMIP.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyKMIP.changes b/python-PyKMIP.changes index a5b367b..0c9f913 100644 --- a/python-PyKMIP.changes +++ b/python-PyKMIP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 04:51:22 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu Mar 28 03:58:37 UTC 2024 - Steve Kowalik diff --git a/python-PyKMIP.spec b/python-PyKMIP.spec index 2b11401..04ca6ef 100644 --- a/python-PyKMIP.spec +++ b/python-PyKMIP.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyKMIP # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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}/pykmip-%{version}.dist-info %python_alternative %{_bindir}/pykmip-server %changelog From f6317a2d5b0b6080c9901224860ab9ab2a3cab76fe37c0e18a74320e16f44ffe Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:23:51 +0000 Subject: [PATCH 2/2] - 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 --- python-PyKMIP.changes | 5 +++++ python-PyKMIP.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyKMIP.changes b/python-PyKMIP.changes index 0c9f913..d6d1eef 100644 --- a/python-PyKMIP.changes +++ b/python-PyKMIP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:23:18 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 04:51:22 UTC 2025 - Steve Kowalik diff --git a/python-PyKMIP.spec b/python-PyKMIP.spec index 04ca6ef..bb0ae6c 100644 --- a/python-PyKMIP.spec +++ b/python-PyKMIP.spec @@ -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