17
0

Accepting request 1266172 from devel:languages:python

- Wrap the metadata directory name in a distro-based conditional

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=58
This commit is contained in:
2025-04-16 18:37:09 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

Binary file not shown.

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