From 4973442bcf395461681637c7d9bdfd960f5bf60a Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 19 Dec 2022 15:18:50 +0100 Subject: [PATCH] Resolves: rhbz#2139101 - Fix syntax --- swig.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/swig.yaml b/swig.yaml index 5d6eec3..bdafae3 100644 --- a/swig.yaml +++ b/swig.yaml @@ -20,11 +20,11 @@ data: license: [MIT] configurations: - context: 'rhel9' - platform: el9 - buildopts: - rpms: - macros: | - %_without_build_ccache_swig 1 + platform: el9 + buildopts: + rpms: + macros: | + %_without_build_ccache_swig 1 references: community: https://www.swig.org/ documentation: http://www.swig.org/doc.html