14
0

Accepting request 1270618 from home:darix:apps

- dont use suse version for the dist info handling as people can
  build with newer setuptools on older distros

OBS-URL: https://build.opensuse.org/request/show/1270618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=125
This commit is contained in:
2025-04-19 16:00:03 +00:00
committed by Git OBS Bridge
parent 9afe6aba76
commit 611026faf3
2 changed files with 7 additions and 5 deletions

View File

@@ -97,11 +97,7 @@ 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
%{python_sitelib}/py[Oo]pen[Ss][Ss][Ll]-%{version}.dist-info
%endif
%changelog