Description of problem: gpk-install-local-file behaves different than gpk-application. It does not warn if it needs to install additional packages and transactions do not show up in gpk-log. These two issues combined make it impossible to uninstall all related packages again. Version-Release number of selected component (if applicable): gnome-packagekit-0.3.14-2.fc10.i386
PackageKit limitation, which we'll need to throw some API at.
We're working on better simulate support, and this gives us simulate_install_files() which lets me fix this bug.
gnome-packagekit: commit 06fb6b0adf82d3dbb17c018e4f2b732806a2deb8 Author: Richard Hughes <richard> Date: Tue Aug 25 12:23:11 2009 +0100 Add simulation of installed files if the backend support it
PackageKit: commit e4af3c4017656d9e75d5f37238259c988551d213 Author: Richard Hughes <richard> Date: Mon Aug 24 22:35:50 2009 +0100 yum: add a simple implementation of SimulateInstallFiles :100644 100644 d28c177... 53bb947... M backends/yum/pk-backend-yum.c :100755 100755 dbcf5f3... 15b26bf... M backends/yum/yumBackend.py
Created attachment 358557 [details] screenshot