Setting RPM version in YUM group

Florian Festi ffesti at redhat.com
Wed Jan 23 20:27:29 UTC 2013


On 01/23/2013 04:42 PM, James Antill wrote:
> No, the yum comps/groups xml file provides a mapping between a group
> id/name and a list of package names only. You can't specify package
> versions with it.
That's basically not how rpm and yum work. When ever there is a newer
version of a package yum thinks it the right thing to install it. If you
want different versions you have to give the packages different names -
e.g. python2.7 and python2.5 (note that the version number is part of
the name whole package would be python2.7-2.7.3-7.rpm)

Florian


More information about the Rpm-list mailing list