Accepting request 1157648 from devel:languages:python:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1157648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python39?expand=0&rev=55
This commit is contained in:
Ana Guerrero 2024-03-14 16:42:40 +00:00 committed by Git OBS Bridge
commit 103e541cc6
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 6 14:13:58 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Use the system-wide crypto-policies [bsc#1211301]
* Use the system default cipher list instead of hardcoded values
* Add the --with-ssl-default-suites=openssl configure option
-------------------------------------------------------------------
Wed Feb 28 19:49:12 UTC 2024 - Matej Cepl <mcepl@suse.com>

View File

@ -524,6 +524,9 @@ export CFLAGS="%{optflags} -IVendor/"
--with-system-ffi \
--with-system-expat \
--with-lto \
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
--with-ssl-default-suites=openssl \
%endif
%if %{with profileopt}
--enable-optimizations \
%endif