Package: rinse
Version: 1.7-1
rinse cannot deal with packages of arch i386 if the package name does
not contain i386 but i686 in its file name.
In Scientific Linux Cern version 6 the file names are like this:
bash-4.1.2-3.el6.i686.rpm
In version 5 everything work fine, since the file names only contain
i386 but not i686.
In subroutine downloadPackagesToDirectory there's a line only maches
the architecture which is givven in the comand line.
/^[\d\w][\d\w.+]*\.(${arch}|noarch)\.rpm$/ )
But i686 is not allowed as architecture.
I'm not sure how to fix it. Either allow i686 asd architecture or
implement a mapping from i386 to i686.
Architecture amd64 is not affected, since the file names do not differ
in its architecture part.
--
regards Thomas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]