We have a debian package(say my-package-test) which depends on a specific version of another package in the depends section we have defined the exact version of the package: -
collector (= 0.46.0)
But when we add a new version of the collector package (0.70.0) to artifactory, our build fails with this errorr:
error:aws: dpkg: dependency problems prevent configuration of service:2023-02-17T21:39:17Z: aws: service depends on my-package-test; however:2023-02-17T21:39:17Z:
aws: Package my-package-test is not installed.2023-02-17T21:39:17Z:
aws:2023-02-17T21:39:17Z: aws: dpkg: error processing package (--install):2023-02-17T21:39:17Z:
aws: dependency problems - leaving unconfigured2023-02-17T21:39:17Z:
aws: Errors were encountered while processing:
We expect the package to be bound to version 46 of collector and not have issues when a new version is installed in the artifactory.