From 787d767fad69ab4aa7a2e62222e2bc5c67079192de9e40229344df06bd50bcfa Mon Sep 17 00:00:00 2001 From: Wolfgang Engel Date: Thu, 12 Feb 2026 12:34:28 +0100 Subject: [PATCH 1/2] Address bsc#1239552 --- _config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config b/_config index 9ac63dd..8d83d76 100644 --- a/_config +++ b/_config @@ -9,6 +9,13 @@ Release: . spec:bp161.. Repotype: slepool:nobuildid Patterntype: none +# EXPERIMENTAL 2026-02-12: to address bsc#1239552 +%if 0%{?_is_this_project} +publishflags: archsync +%else +publishflags: !archsync +%endif + Type: productcompose Required: product-composer Required: package-translations -- 2.51.1 From 6297522eb73ec9170b2955ca3517f9d265cfaea6083aa9c2ccab6789d440673c Mon Sep 17 00:00:00 2001 From: Wolfgang Engel Date: Thu, 12 Feb 2026 13:29:32 +0100 Subject: [PATCH 2/2] else condition not necessary --- _config | 2 -- 1 file changed, 2 deletions(-) diff --git a/_config b/_config index 8d83d76..c9c8192 100644 --- a/_config +++ b/_config @@ -12,8 +12,6 @@ Patterntype: none # EXPERIMENTAL 2026-02-12: to address bsc#1239552 %if 0%{?_is_this_project} publishflags: archsync -%else -publishflags: !archsync %endif Type: productcompose -- 2.51.1