From ae4ede4d56bea0de3aa0aeabf89b9da7505de21f Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 2 Nov 2022 16:31:29 +0100 Subject: [PATCH] gcc fix boo#1204790 --- getconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getconfig b/getconfig index 7afea88..8c6054e 100755 --- a/getconfig +++ b/getconfig @@ -15,6 +15,8 @@ Macros: EOF cat _config.factory _config.ring0 >> _config.new sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new +# boo#1204790 +sed -i -e 's/glibc-devel-32bit.*/glibc-devel-32bit/' _config.new if [ -e _config ] && cmp -s _config.new _config; then rm _config.new