gcc fix boo#1204790 #5

Merged
lnussel merged 1 commits from :main into main 2022-11-02 16:33:13 +01:00

View File

@ -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