Description of problem: Version-Release number of selected component (if applicable): createrepo.noarch 0:0.9.9-21.fc19 How reproducible: Steps to Reproduce: 1.yum install createrepo 2. 3. Actual results: Fail to install Expected results: Run the program Additional info: Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package createrepo.noarch 0:0.9.9-21.fc19 will be installed --> Processing Dependency: python-deltarpm for package: createrepo-0.9.9-21.fc19.noarch --> Running transaction check ---> Package python-deltarpm.x86_64 0:3.6-0.13.20130520git.fc19 will be installed --> Processing Dependency: deltarpm(x86-64) = 3.6-0.13.20130520git.fc19 for package: python-deltarpm-3.6-0.13.20130520git.fc19.x86_64 --> Finished Dependency Resolution Error: Package: python-deltarpm-3.6-0.13.20130520git.fc19.x86_64 (fedora) Requires: deltarpm(x86-64) = 3.6-0.13.20130520git.fc19 Installed: deltarpm-3.6-1.fc19.x86_64 (@updates) deltarpm(x86-64) = 3.6-1.fc19 Available: deltarpm-3.6-0.13.20130520git.fc19.x86_64 (fedora) deltarpm(x86-64) = 3.6-0.13.20130520git.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Run yum downgrade deltarpm and works
Alternatively, enable the updates repository. When installing createrepo.noarch 0:0.9.9-21.fc19 Yum should use python-deltarpm-3.6-1.fc19 instead, and you have the matching deltarpm-3.6-1.fc19 installed already.