11
0

- 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
This commit is contained in:
2025-04-01 13:15:42 +00:00
committed by Git OBS Bridge
parent ab9d64eeb6
commit 28a1e305e8
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 1 13:15:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Wrap the metadata directory name in a distro-based conditional
-------------------------------------------------------------------
Wed Mar 26 05:35:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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