Hello all,
I'm having
issues with Yum dependency resolving with regards to dependent package
version constraints, on RHEL 6.5 with Yum 3.2.29.Requires: PKG2 >= 1.1.2-1
Requires: PKG2 < 1.2.0
Here is what I see when running "yum install PKG1" :
--> Running transaction check
---> Package PKG1.noarch 0:1.1.2-7 will be installed
--> Processing Dependency: PKG2 < 1.2.0 for package: PKG1-1.1.2-7.noarch
--> Processing Dependency: PKG2 >= 1.1.2-1 for package: PKG1-1.1.2-7.noarch
--> Running transaction check
---> Package PKG2.x86_64 0:1.4.0-2 will be installed
--> Finished Dependency Resolution
I also tried with "Requires: PKG2 = 1.1.2-1" in PKG1, with the same incorrect result.
_______________________________________________ Yum mailing list Yum@xxxxxxxxxxxxxxxxx http://lists.baseurl.org/mailman/listinfo/yum