Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package crypto-policies for openSUSE:Factory
checked in at 2026-04-07 16:31:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crypto-policies (Old)
and /work/SRC/openSUSE:Factory/.crypto-policies.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crypto-policies"
Tue Apr 7 16:31:19 2026 rev:14 rq:1344746 version:20250714.cd6043a
Changes:
--------
--- /work/SRC/openSUSE:Factory/crypto-policies/crypto-policies.changes
2025-11-12 21:41:38.690790724 +0100
+++
/work/SRC/openSUSE:Factory/.crypto-policies.new.21863/crypto-policies.changes
2026-04-07 16:31:20.220952376 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 07:39:18 UTC 2026 - JS <[email protected]>
+
+- Disable the use of posix_spawn() under qemu user-mode emulation.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ crypto-policies.spec ++++++
--- /var/tmp/diff_new_pack.ZPP8dO/_old 2026-04-07 16:31:21.172991631 +0200
+++ /var/tmp/diff_new_pack.ZPP8dO/_new 2026-04-07 16:31:21.176991796 +0200
@@ -1,7 +1,7 @@
#
# spec file for package crypto-policies
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -118,6 +118,12 @@
%build
export OPENSSL_CONF=''
+%if 0%{?qemu_user_space_build}
+# Python3.13+ when paired with glibc 2.24+ default to use posix_spawn() for
subprocess.
+# This causes `Error testing config for bind` under qemu user-mode emulation.
+export _PYTHON_SUBPROCESS_USE_POSIX_SPAWN=0
+%endif
+
# The scripts fips-mode-setup and fips-finish-install
# have been removed upstream and we ship them as sources.
cp -p %{SOURCE4} %{SOURCE5} .