I need to have two packages with the same name and different versions installed simultaneously. I've built these packages so I can change anything there, but the only difference that should be between the packages is minor version number.
These packages have no file conflicts and I can install them using "rpm -ih". But Yum thinks I want to upgrade one package by another.
Such installation is named "install into slot" in Gentoo linux. Does Yum supports something like this?