From 347e2860456d68a22ad8f51699a4dd03e85211e425d3ed7df25e6950b5530640 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Mar 2025 18:35:58 +0000 Subject: [PATCH] - Skip PGO with %want_reproducible_builds (boo#1040589) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=81 --- python313.changes | 5 +++++ python313.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index 9c31f27..6fe5f72 100644 --- a/python313.changes +++ b/python313.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann + +- Skip PGO with %want_reproducible_builds (boo#1040589) + ------------------------------------------------------------------- Tue Mar 4 11:30:07 UTC 2025 - Daniel Garcia diff --git a/python313.spec b/python313.spec index 5c6e528..ad9488a 100644 --- a/python313.spec +++ b/python313.spec @@ -54,7 +54,7 @@ %bcond_with GIL %endif -%if 0%{?do_profiling} +%if 0%{?do_profiling} && !0%{?want_reproducible_builds} %bcond_without profileopt %else %bcond_with profileopt