Hide Forgot
Description of problem: I tried to install the newest kernel in koji with gpk-install-local-file (clicking on the rpm file and letting Firefox open it with the default tool). I get the following error message: Traceback (most recent call last): File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2370, in _runYumTransaction rc, msgs = self.yumbase.buildTransaction() File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 926, in buildTransaction kern_pkgtup = misc.get_running_kernel_pkgtup(self.rpmdb.ts) File "/usr/lib/python2.7/site-packages/yum/misc.py", line 735, in get_running_kernel_pkgtup mi = ts.dbMatch('basenames', fn) File "/usr/lib/python2.7/site-packages/rpmUtils/transaction.py", line 59, in __getattr__ return self.getMethod(attr) File "/usr/lib/python2.7/site-packages/rpmUtils/transaction.py", line 69, in getMethod return getattr(self.ts, method) AttributeError: 'NoneType' object has no attribute 'dbMatch' Version-Release number of selected component (if applicable): PackageKit-0.6.12-2.fc14 yum-3.2.28-5.fc14 How reproducible: Always Steps to Reproduce: 1. Download http://kojipkgs.fedoraproject.org/packages/kernel/2.6.38/0.rc3.git0.1.fc15/x86_64/kernel-2.6.38-0.rc3.git0.1.fc15.x86_64.rpm 2. Try to install it with gpk-install-local-file
Reassigning to yum guys for comment.
the bug here is fixed in upstream yum back in november of last year. there is not, yet, a patch for f14 but yum 3.2.29 from rawhide will definitely fix it.