From 8b0d506e17850142a97e873d9f987ce46ab211b5743b3879084a9f875516a909 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 23 Oct 2025 10:28:54 +0200 Subject: [PATCH 1/2] try staging release numbers --- _config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config b/_config index 826679c..1464af4 100644 --- a/_config +++ b/_config @@ -1,4 +1,8 @@ +%if 0%{?is_code_stream_stage_project} +Release: . spec:bp160.999999.. +%else Release: . spec:bp160.. +%endif # 000productcompose experiment %if "%_repository" == "product" -- 2.51.1 From 8210acb5314f88e113b9f0caf8620d17ac8736218d1117dcd11d74d36a838f41 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 23 Oct 2025 10:42:56 +0200 Subject: [PATCH 2/2] use correct id --- _config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config b/_config index 1464af4..a2877c8 100644 --- a/_config +++ b/_config @@ -1,4 +1,4 @@ -%if 0%{?is_code_stream_stage_project} +%if 0%{?is_stage_project} Release: . spec:bp160.999999.. %else Release: . spec:bp160.. -- 2.51.1