Hand-installing the ispell and ispell-greek packages from the 6.1 distro in a 6.0 system misses the files from ispell-greek-3.1.20-22.i386.rpm. Here's the story: # rpm -e ispell // remove 6.0 ispell # rpm -ivh ispell-3.1.20-22.i386.rpm # rpm -ivh ispell-greek-3.1.20-22.i386.rpm Everything seems to be ok, then... # rpm -V ispell no error messages # rpm -V ispell-greek no error messages but /usr/lib/ispell/ellhnika.{aff,hash} ARE missing, as witnessed by # rpm -Vp ispell-greek-3.1.20-22.i386.rpm missing /usr/lib/ispell/ellhnika.aff missing /usr/lib/ispell/ellhnika.hash So, is this a bug in the greek spelling package or in the rpm program ? Why do I get different results using the -V and -Vp switches with rpm ? rpm version is rpm-3.0.2-6.0 Thank you in advange. GNT
*** This bug has been marked as a duplicate of 4958 ***