| Summary: | dnf not upgrading docker | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nick Coghlan <ncoghlan> |
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | ignatenko, jsilhan, mluscon, packaging-team-maint, pnemade, ttomecek, vmukhame |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-11 11:28: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
Nick Coghlan
2016-04-07 02:44:29 UTC
I managed to force an upgrade by installing directly from the COPR URLs: $ sudo dnf install https://copr-be.cloud.fedoraproject.org/results/maxamillion/docker110/fedora-23-x86_64/00157392-docker/docker-1.10.0-21.gitd3f4a34.fc23.x86_64.rpm https://copr-be.cloud.fedoraproject.org/results/maxamillion/docker110/fedora-23-x86_64/00157392-docker/docker-selinux-1.10.0-21.gitd3f4a34.fc23.x86_64.rpm Your package has Epoch 1 while Fedora package has Epoch 2. Epoch has more priority than Version, so change Epoch to 2 in your package in COPR repo, rebuild and then it will be upgraded automatically. Following up: Adam has a new COPR at maxamillion/docker-test that has the epoch set correctly so upgrade work as expected (it also has Docker 1.11 rather than Docker 1.10) |