From da07567c1fedd9294fbe6288da03b8f7b9f48d5acc6a5e5e53d3c3aed8961734 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:40:45 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=12 --- python-PyKCS11.changes | 5 +++++ python-PyKCS11.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyKCS11.changes b/python-PyKCS11.changes index 0ae8bef..6689b2b 100644 --- a/python-PyKCS11.changes +++ b/python-PyKCS11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 04:40:30 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Oct 16 20:44:26 UTC 2024 - Richard Rahl diff --git a/python-PyKCS11.spec b/python-PyKCS11.spec index 0918895..105d116 100644 --- a/python-PyKCS11.spec +++ b/python-PyKCS11.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyKCS11 # -# 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 @@ -61,6 +61,6 @@ export $(python3 get_PYKCS11LIB.py) %doc Changes.txt README.md %license COPYING %{python_sitearch}/PyKCS11 -%{python_sitearch}/PyKCS11-%{version}*-info +%{python_sitearch}/pykcs11-%{version}.dist-info %changelog From 1465c9ca42242a4e67b13074d111999d06d82f15f7a2882557c9a85365bf1b91 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:19:29 +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-PyKCS11?expand=0&rev=13 --- python-PyKCS11.changes | 5 +++++ python-PyKCS11.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyKCS11.changes b/python-PyKCS11.changes index 6689b2b..1efef55 100644 --- a/python-PyKCS11.changes +++ b/python-PyKCS11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:19:19 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 04:40:30 UTC 2025 - Steve Kowalik diff --git a/python-PyKCS11.spec b/python-PyKCS11.spec index 105d116..7199da7 100644 --- a/python-PyKCS11.spec +++ b/python-PyKCS11.spec @@ -61,6 +61,6 @@ export $(python3 get_PYKCS11LIB.py) %doc Changes.txt README.md %license COPYING %{python_sitearch}/PyKCS11 -%{python_sitearch}/pykcs11-%{version}.dist-info +%{python_sitearch}/[Pp]y[Kk][cC][Ss]11-%{version}.dist-info %changelog