From 2fa4479f051d16e81ff18fbd60ad8fe45ff84bfc4603256aee8adfd565dbf5e7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Mar 2025 18:50:17 +0000 Subject: [PATCH] - Skip PGO with %want_reproducible_builds (boo#1040589) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=161 --- python311.changes | 5 +++++ python311.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python311.changes b/python311.changes index 0a5a4ea..638e10e 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann + +- Skip PGO with %want_reproducible_builds (boo#1040589) + ------------------------------------------------------------------- Tue Feb 4 14:43:13 UTC 2025 - Matej Cepl diff --git a/python311.spec b/python311.spec index 21a9e00..03cbe24 100644 --- a/python311.spec +++ b/python311.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