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

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 17 18:29:52 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- dont use suse version for the dist info handling as people can
build with newer setuptools on older distros
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 1 13:15:19 UTC 2025 - Markéta Machová <mmachova@suse.com> Tue Apr 1 13:15:19 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -97,11 +97,7 @@ export LC_ALL=en_US.UTF-8
%license LICENSE %license LICENSE
%doc *.rst %doc *.rst
%{python_sitelib}/OpenSSL/ %{python_sitelib}/OpenSSL/
%if 0%{?suse_version} > 1600 %{python_sitelib}/py[Oo]pen[Ss][Ss][Ll]-%{version}.dist-info
%{python_sitelib}/pyopenssl-%{version}.dist-info
%else
%{python_sitelib}/pyOpenSSL-%{version}.dist-info
%endif
%endif %endif
%changelog %changelog