Yum won't install specific version of dependency, even though it's available
Sebastian Wright
Why is there confusion during a yum install when my package requires an exact version of another package, which is available, but there is also a newer package available?
Error: Package: my-nginx-module-1.20.1-1632839238.el7_9.x86_64 (myrepo) Requires: nginx = 1:1.20.1-1.el7.ngx Available: 1:nginx-1.20.1-1.el7.ngx.x86_64 (myrepo) nginx = 1:1.20.1-1.el7.ngx Installing: 1:nginx-1.20.1-9.el7.x86_64 (epel) nginx = 1:1.20.1-9.el7Shouldn't yum happily install the 1:1.20.1-1.el7.ngx as requested by the other RPM?