sqlite> select name, version, release, arch from packages where name='kernel-devel';
kernel-devel|2.6.23.8|63.fc8|x86_64
kernel-devel|2.6.23.9|85.fc8|x86_64
I have no idea yet *why* the cache is out of date, but, that's the issue. I'm not going to erase it until I figure out what's going on, but I at least know I'm not going to be boned going forward (or reasonably believe it), which is good. Thank you.
(Building software for 900ish kernels is big fun)
okay, let's go to the source for each of these and find out what's going
on.
cd /var/cache/yum/archive
run this:
sqlite3 primary.sqlite
then run:
select name, version, release, arch from packages where \
name='kernel-devel';
tell me what it outputs
_______________________________________________ Yum mailing list Yum@xxxxxxxxxxxxxxxxxxxx https://lists.dulug.duke.edu/mailman/listinfo/yum