Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > a35732d620cfac4812adc8d6b2992f07 > files > 12

rpm-4.4.8-22.1mdv2008.0.src.rpm

--- lib/rpminstall.c.ordererase	2005-12-13 12:51:20.000000000 +0100
+++ lib/rpminstall.c	2005-12-14 11:24:09.000000000 +0100
@@ -857,12 +869,14 @@
 	ps = rpmpsFree(ps);
     }
 
+#if 0
     if (!stopUninstall && !(ia->installInterfaceFlags & INSTALL_NOORDER)) {
 	if (rpmtsOrder(ts)) {
 	    numFailed += numPackages;
 	    stopUninstall = 1;
 	}
     }
+#endif
 
     if (!stopUninstall) {
 	(void) rpmtsSetFlags(ts, (rpmtsFlags(ts) | RPMTRANS_FLAG_REVERSE));