Hide Forgot
Description of problem: CI fails because of issue with 2.3 branch versioning Version-Release number of selected component (if applicable): 2.3.1; pulp-server: 2.3.0 How reproducible: Always Steps to Reproduce: 1. clone pulp github repos 2. set-up tito enironment; build all packages 3. create local repo out of the tito build; do yum install Actual results: Dependency conflict Expected results: No dependency conflict; pulp-server and pulp-rpm repos synced on the same revision for 2.3 branch Additional info: # Screenlog --> Finished Dependency Resolution Error: Package: pulp-rpm-handlers-2.3.1-0.3.beta.git.76.ba87005.fc19.noarch (pulp-local-build) Requires: python-pulp-agent-lib = 2.3.1 Installed: python-pulp-agent-lib-2.3.0-0.38.beta.fc19.noarch (@pulp-v2-beta) python-pulp-agent-lib = 2.3.0-0.38.beta.fc19 Available: python-pulp-agent-lib-2.3.0-0.29.beta.git.150.cf1fa79.fc19.noarch (pulp-local-build) python-pulp-agent-lib = 2.3.0-0.29.beta.git.150.cf1fa79.fc19 Available: python-pulp-agent-lib-2.3.0-0.29.beta.git.170.cde5249.fc19.noarch (pulp-local-build) python-pulp-agent-lib = 2.3.0-0.29.beta.git.170.cde5249.fc19 Error: Package: pulp-rpm-yumplugins-2.3.1-0.3.beta.git.76.ba87005.fc19.noarch (pulp-local-build) Requires: python-pulp-bindings = 2.3.1 Installed: python-pulp-bindings-2.3.0-0.38.beta.fc19.noarch (@pulp-v2-beta) python-pulp-bindings = 2.3.0-0.38.beta.fc19 Available: python-pulp-bindings-2.3.0-0.29.beta.git.150.cf1fa79.fc19.noarch (pulp-local-build) python-pulp-bindings = 2.3.0-0.29.beta.git.150.cf1fa79.fc19 Available: python-pulp-bindings-2.3.0-0.29.beta.git.170.cde5249.fc19.noarch (pulp-local-build) python-pulp-bindings = 2.3.0-0.29.beta.git.170.cde5249.fc19 Error: Package: pulp-rpm-consumer-extensions-2.3.1-0.3.beta.git.76.ba87005.fc19.noarch (pulp-local-build) Requires: pulp-consumer-client = 2.3.1 Installed: pulp-consumer-client-2.3.0-0.38.beta.fc19.noarch (@pulp-v2-beta) pulp-consumer-client = 2.3.0-0.38.beta.fc19 Available: pulp-consumer-client-2.3.0-0.29.beta.git.150.cf1fa79.fc19.noarch (pulp-local-build) pulp-consumer-client = 2.3.0-0.29.beta.git.150.cf1fa79.fc19 Available: pulp-consumer-client-2.3.0-0.29.beta.git.170.cde5249.fc19.noarch (pulp-local-build) pulp-consumer-client = 2.3.0-0.29.beta.git.170.cde5249.fc19 Error: Package: pulp-rpm-admin-extensions-2.3.1-0.3.beta.git.76.ba87005.fc19.noarch (pulp-local-build) Requires: pulp-admin-client = 2.3.1 Installed: pulp-admin-client-2.3.0-0.38.beta.fc19.noarch (@pulp-v2-beta) pulp-admin-client = 2.3.0-0.38.beta.fc19 Available: pulp-admin-client-2.3.0-0.29.beta.git.150.cf1fa79.fc19.noarch (pulp-local-build) pulp-admin-client = 2.3.0-0.29.beta.git.150.cf1fa79.fc19 Available: pulp-admin-client-2.3.0-0.29.beta.git.170.cde5249.fc19.noarch (pulp-local-build) pulp-admin-client = 2.3.0-0.29.beta.git.170.cde5249.fc19 Error: Package: python-pulp-rpm-common-2.3.1-0.3.beta.git.76.ba87005.fc19.noarch (pulp-local-build) Requires: python-pulp-common = 2.3.1 Installed: python-pulp-common-2.3.0-0.38.beta.fc19.noarch (@pulp-v2-beta) python-pulp-common = 2.3.0-0.38.beta.fc19 Available: python-pulp-common-2.3.0-0.29.beta.git.150.cf1fa79.fc19.noarch (pulp-local-build) python-pulp-common = 2.3.0-0.29.beta.git.150.cf1fa79.fc19 Available: python-pulp-common-2.3.0-0.29.beta.git.170.cde5249.fc19.noarch (pulp-local-build) python-pulp-common = 2.3.0-0.29.beta.git.170.cde5249.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Was caused by the version glitch 2.3.0 -> 2.3.1; re-installing pulp packages solves the issue