On Mon, 26 Nov 2012, Eran Ben Natan wrote:
Hello, I have created a group which contains 2 packages that are not depend on each other (DB package and application package). They can be installed on separate serves, or cohosted. If they are to be installed on the same server using the group, I need the DB package to be installed first. Unfortunately, YUM always install the application first. Is there a way to force YUM a specific installation order of non-dependent packages?
Do it as 2 different commands: yum install pkg1 yum install pkg2 Otherwise you need to requires pre one of the pkgs -sv
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list