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