Description of problem:
Docker-io-1.3.2 needs device-mapper-libs-1.02.90 but in fact it is not in Fedora 20 repository.
Version-Release number of selected component (if applicable):
docker-io-1.3.2-2.fc20.x86_64
How reproducible:
Just need to run yum update command.
Steps to Reproduce:
1. Enable update-testing repo.
2. Run yum update command.
Actual results:
[fedora@fedora-laptop edo_console]$ sudo yum update
[sudo] password for fedora:
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package docker-io.x86_64 0:1.3.1-2.fc20 will be updated
---> Package docker-io.x86_64 0:1.3.2-2.fc20 will be an update
--> Processing Dependency: device-mapper-libs >= 1.02.90-1 for package: docker-io-1.3.2-2.fc20.x86_64
---> Package sqlite.i686 0:3.8.7-1.fc20 will be updated
---> Package sqlite.x86_64 0:3.8.7-1.fc20 will be updated
---> Package sqlite.i686 0:3.8.7.2-1.fc20 will be an update
---> Package sqlite.x86_64 0:3.8.7.2-1.fc20 will be an update
--> Finished Dependency Resolution
Error: Package: docker-io-1.3.2-2.fc20.x86_64 (updates-testing)
Requires: device-mapper-libs >= 1.02.90-1
Installed: device-mapper-libs-1.02.85-1.fc20.x86_64 (@updates)
device-mapper-libs = 1.02.85-1.fc20
Available: device-mapper-libs-1.02.82-3.fc20.i686 (fedora)
device-mapper-libs = 1.02.82-3.fc20
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
In fact, the older docker-io package. docker-io-1.3.2-1.fc20.x86_64, has the same problem in Fedora 20.
Comment 1Fedora Update System
2014-11-30 22:59:32 UTC
Comment 3Fedora Update System
2014-12-01 19:00:38 UTC
Package docker-io-1.3.2-3.git353ff40.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing docker-io-1.3.2-3.git353ff40.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-16006/docker-io-1.3.2-3.git353ff40.fc20
then log in and leave karma (feedback).
Comment 4Fedora Update System
2014-12-03 19:10:18 UTC
Description of problem: Docker-io-1.3.2 needs device-mapper-libs-1.02.90 but in fact it is not in Fedora 20 repository. Version-Release number of selected component (if applicable): docker-io-1.3.2-2.fc20.x86_64 How reproducible: Just need to run yum update command. Steps to Reproduce: 1. Enable update-testing repo. 2. Run yum update command. Actual results: [fedora@fedora-laptop edo_console]$ sudo yum update [sudo] password for fedora: Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package docker-io.x86_64 0:1.3.1-2.fc20 will be updated ---> Package docker-io.x86_64 0:1.3.2-2.fc20 will be an update --> Processing Dependency: device-mapper-libs >= 1.02.90-1 for package: docker-io-1.3.2-2.fc20.x86_64 ---> Package sqlite.i686 0:3.8.7-1.fc20 will be updated ---> Package sqlite.x86_64 0:3.8.7-1.fc20 will be updated ---> Package sqlite.i686 0:3.8.7.2-1.fc20 will be an update ---> Package sqlite.x86_64 0:3.8.7.2-1.fc20 will be an update --> Finished Dependency Resolution Error: Package: docker-io-1.3.2-2.fc20.x86_64 (updates-testing) Requires: device-mapper-libs >= 1.02.90-1 Installed: device-mapper-libs-1.02.85-1.fc20.x86_64 (@updates) device-mapper-libs = 1.02.85-1.fc20 Available: device-mapper-libs-1.02.82-3.fc20.i686 (fedora) device-mapper-libs = 1.02.82-3.fc20 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest In fact, the older docker-io package. docker-io-1.3.2-1.fc20.x86_64, has the same problem in Fedora 20.