From d15e233a04c459f40b9cad9d517bb0b6b0c58366b0694c02da5c98a7f0316de0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 13 Mar 2025 10:02:26 +0000 Subject: [PATCH] - Skip PGO with %want_reproducible_builds (bsc#1239210) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=169 --- python310.changes | 5 +++++ python310.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python310.changes b/python310.changes index 3a37b16..aa566b0 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann + +- Skip PGO with %want_reproducible_builds (bsc#1239210) + ------------------------------------------------------------------- Tue Feb 4 14:43:13 UTC 2025 - Matej Cepl diff --git a/python310.spec b/python310.spec index 25b79e2..a0c2713 100644 --- a/python310.spec +++ b/python310.spec @@ -36,7 +36,7 @@ %bcond_without general %endif -%if 0%{?do_profiling} +%if 0%{?do_profiling} && !0%{?want_reproducible_builds} %bcond_without profileopt %else %bcond_with profileopt