Justin Conover wrote:
FYI
2041 works too.
2041 works with two hitches:
it still suffers of the following bug
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182008
and it gives me the following warning
[beppe lampone /tmp]$ sudo rpm -Uvh kernel-*
Preparing...
########################################### [100%]
1:kernel-devel
########################################### [ 50%]
/usr/lib/python2.4/site-packages/pirut/Progress.py:158: GtkWarning:
gtk_progress_set_percentage: assertion `percentage >= 0 && percentage
<= 1.0' failed
self.pbar.set_fraction(fract)
2:kernel
########################################### [100%]
(yes, I know I should have used -ivh )
---Beppe---