From d56cd799f31537be8a6848e6014e63d37d90d8111e2965fdc5eff70ab856fecc Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:35:53 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=122 --- python-pyOpenSSL.changes | 5 +++++ python-pyOpenSSL.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 5f8ab0d..ad4ed66 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:35:43 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Thu Jan 30 01:28:29 UTC 2025 - Steve Kowalik diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 9789307..a0c4833 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -97,7 +97,7 @@ export LC_ALL=en_US.UTF-8 %license LICENSE %doc *.rst %{python_sitelib}/OpenSSL/ -%{python_sitelib}/pyOpenSSL-%{version}.dist-info +%{python_sitelib}/pyopenssl-%{version}.dist-info %endif %changelog From 9afe6aba761c6d016ea8d7da133780d09dbbbba909b6afe307c512dc75fd8c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 13:15:42 +0000 Subject: [PATCH 2/2] - Wrap the metadata directory name in a distro-based conditional OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=123 --- python-pyOpenSSL.changes | 5 +++++ python-pyOpenSSL.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index ad4ed66..6d6939c 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 13:15:19 UTC 2025 - Markéta Machová + +- Wrap the metadata directory name in a distro-based conditional + ------------------------------------------------------------------- Wed Mar 26 05:35:43 UTC 2025 - Steve Kowalik diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index a0c4833..db96b73 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -97,7 +97,11 @@ export LC_ALL=en_US.UTF-8 %license LICENSE %doc *.rst %{python_sitelib}/OpenSSL/ +%if 0%{?suse_version} > 1600 %{python_sitelib}/pyopenssl-%{version}.dist-info +%else +%{python_sitelib}/pyOpenSSL-%{version}.dist-info +%endif %endif %changelog