Sync from SUSE:SLFO:Main python-pyOpenSSL revision b8f44ccb5e33d6d0d7351a019066b8b7

This commit is contained in:
2025-05-17 15:55:58 +02:00
parent 8291047dbb
commit ef29aa3c1c
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>
- Wrap the metadata directory name in a distro-based conditional
-------------------------------------------------------------------
Wed Mar 26 05:35:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Thu Jan 30 01:28:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

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