diff --git a/config.yaml b/config.yaml index 1fd8941..63041ef 100644 --- a/config.yaml +++ b/config.yaml @@ -9,10 +9,5 @@ actions: - "Enable build on ppc64le" - replace: - target: "spec" - find: | - %if 0%{?rhel} - ExcludeArch: i686 %{power64} - %else - ExcludeArch: i686 - %endif + find: "ExcludeArch: i686 %{power64}" replace: "ExcludeArch: i686"