]> git.pld-linux.org Git - packages/rpm.git/commitdiff
say that it's okay to ignore such scary message that poldek gives after rpmdb upgrade
authorElan Ruusamäe <glen@delfi.ee>
Mon, 19 Nov 2012 10:33:37 +0000 (12:33 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 19 Nov 2012 10:33:37 +0000 (12:33 +0200)
rpm.spec

index e1a2a497a148bcc72555a17f0dfe5e45092a7467..3d7f11895f4dfcaae42dc15fa784a1d09041e6f2 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -1184,6 +1184,9 @@ if [ -e /var/lib/rpm/Packages ] && [ -x %{_rpmlibdir}/bin/rpmdb_checkversion ] &
                echo "Backup of the rpm database has been created in /var/lib/rpm.rpmbackup-%{version}-%{release}"
                echo
        fi
                echo "Backup of the rpm database has been created in /var/lib/rpm.rpmbackup-%{version}-%{release}"
                echo
        fi
+
+       echo 'If poldek aborts after migration with rpmdb error, this is "normal", you should ignore it'
+
        if [ -x %{_rpmlibdir}/bin/dbconvert ]; then
                if ! %{_rpmlibdir}/bin/dbconvert --rebuilddb; then
                        echo
        if [ -x %{_rpmlibdir}/bin/dbconvert ]; then
                if ! %{_rpmlibdir}/bin/dbconvert --rebuilddb; then
                        echo
This page took 0.342356 seconds and 4 git commands to generate.