Skip to content

Instantly share code, notes, and snippets.

@danehans
Created June 16, 2015 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danehans/d79a4077c9cfea899844 to your computer and use it in GitHub Desktop.
Save danehans/d79a4077c9cfea899844 to your computer and use it in GitHub Desktop.
# 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-ToN0Xy/docker-1.7.0-6.git56481a3.fc23.x86_64.rpm: docker-1.7.0-6.git56481a3.fc23.x86_64
Marking /var/tmp/yum-root-ToN0Xy/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-4.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
[root@kolla53 ~]# docoker ^C
[root@kolla53 ~]# yum install -y docker-selinux
Loaded plugins: langpacks
No package docker-selinux available.
Error: Nothing to do
[root@kolla53 ~]# 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 --skip-broken
Loaded plugins: langpacks
docker-1.7.0-6.git56481a3.fc23.x86_64.rpm | 4.5 MB 00:00:00
Examining /var/tmp/yum-root-ToN0Xy/docker-1.7.0-6.git56481a3.fc23.x86_64.rpm: docker-1.7.0-6.git56481a3.fc23.x86_64
Marking /var/tmp/yum-root-ToN0Xy/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
Packages skipped because of dependency problems:
docker-1.7.0-6.git56481a3.fc23.x86_64 from /docker-1.7.0-6.git56481a3.fc23.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment