From 15f40974a036f2b9ba5001924fb19125b5ed9aebe1825e45ac01e8a848de6ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 23 May 2025 20:39:52 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-gevent revision ae67c9178f17bdf641f9a1b7a6607ba7 --- python-gevent.changes | 5 +++++ python-gevent.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-gevent.changes b/python-gevent.changes index 27b75d3..b233fe0 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 9 15:54:04 UTC 2025 - Bernhard Wiedemann + +- Use %_smp_mflags for reproducible builds (boo#1237231) + ------------------------------------------------------------------- Fri Apr 25 07:37:04 UTC 2025 - Pedro Monreal diff --git a/python-gevent.spec b/python-gevent.spec index b37c4a5..accea19 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -161,7 +161,7 @@ $python -m gevent.tests \ --ignore skip_tests.txt \ -u-network \ --verbose \ - %{?jobs:--processes %jobs} + %{?_smp_mflags} } %files %{python_files}