Last active
August 29, 2015 14:23
-
-
Save danehans/76390e702bc1df1c44d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# uname -a | |
Linux kolla52.dmz-pod2.lab 3.17.4-301.fc21.x86_64 #1 SMP Thu Nov 27 19:09:10 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux | |
[root@kolla52 sbin]# cat /etc/fedora-release | |
Fedora release 21 (Twenty One) | |
# yum install https://kojipkgs.fedoraproject.org//packages/docker/1.7.0/6.git56481a3.fc23/x86_64/docker-1.7.0-6.git56481a3.fc23.x86_64.rpm | |
Loaded plugins: langpacks | |
docker-1.7.0-6.git56481a3.fc23.x86_64.rpm | 4.5 MB 00:00:00 | |
Examining /var/tmp/yum-root-j9eXhx/docker-1.7.0-6.git56481a3.fc23.x86_64.rpm: docker-1.7.0-6.git56481a3.fc23.x86_64 | |
Marking /var/tmp/yum-root-j9eXhx/docker-1.7.0-6.git56481a3.fc23.x86_64.rpm to be installed | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package docker.x86_64 0:1.7.0-6.git56481a3.fc23 will be installed | |
--> Processing Dependency: docker-selinux >= 1.7.0-6.git56481a3.fc23 for package: docker-1.7.0-6.git56481a3.fc23.x86_64 | |
--> Processing Dependency: selinux-policy >= 3.13.1-114 for package: docker-1.7.0-6.git56481a3.fc23.x86_64 | |
--> Finished Dependency Resolution | |
Error: Package: docker-1.7.0-6.git56481a3.fc23.x86_64 (/docker-1.7.0-6.git56481a3.fc23.x86_64) | |
Requires: selinux-policy >= 3.13.1-114 | |
Installed: selinux-policy-3.13.1-105.13.fc21.noarch (@updates) | |
selinux-policy = 3.13.1-105.13.fc21 | |
Available: selinux-policy-3.13.1-99.fc21.noarch (fedora) | |
selinux-policy = 3.13.1-99.fc21 | |
Error: Package: docker-1.7.0-6.git56481a3.fc23.x86_64 (/docker-1.7.0-6.git56481a3.fc23.x86_64) | |
Requires: docker-selinux >= 1.7.0-6.git56481a3.fc23 | |
You could try using --skip-broken to work around the problem | |
** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows: | |
git-review-1.24-5.fc21.noarch has missing requires of python-requests | |
python-cinderclient-1.0.9-2.fc21.noarch has missing requires of python-requests | |
python-heatclient-0.2.12-1.fc21.noarch has missing requires of PyYAML | |
1:python-keystoneclient-0.9.0-2.fc21.noarch has missing requires of python-requests >= ('0', '0.8.8', None) | |
1:python-novaclient-2.17.0-3.fc21.noarch has missing requires of python-requests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment