Bug 1037552

Summary: pulp-rpm version is 2.1.3 which breaks dependencies when used with 2.3.0 pulp-server package
Product: [Retired] Pulp Reporter: mkovacik
Component: rpm-supportAssignee: pulp-bugs
Status: CLOSED NOTABUG QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.3   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/pulp/pulp_rpm/blob/master/pulp-rpm.spec
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-05 12:17:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description mkovacik 2013-12-03 11:07:46 UTC
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

Comment 1 mkovacik 2013-12-05 12:17:18 UTC
Was caused by the version glitch 2.3.0 -> 2.3.1; re-installing pulp packages solves the issue