From: lace <> Date: Thu, 14 Sep 2006 23:38:42 +0000 (+0000) Subject: +ppc rpmdb workaround. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=2a67dd7b85c4efaeb59c37f69f10f37d1d13235c +ppc rpmdb workaround. --- diff --git a/src/rawhide-bootstrap b/src/rawhide-bootstrap index cf0b9db..7536b31 100755 --- a/src/rawhide-bootstrap +++ b/src/rawhide-bootstrap @@ -195,6 +195,9 @@ rm -f * cd rm -rf $DOWNLOAD +# Reported as Bug 206524, occurs on ppc, possibly not a bug: +rm -f $ROOT/var/lib/rpm/__db.* + chroot $ROOT /bin/rpm --rebuilddb # Do not install yum(8) just by 'rpm --root', later --rebuilddb would: