Bug 705037
| Summary: | dhcp-libs not updated | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Tyler <stephent98> |
| Component: | dhcp | Assignee: | Jiri Popelka <jpopelka> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | jpopelka |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dhcp-4.2.1-9.P1.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-25 03:03:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Steve Tyler
2011-05-16 13:17:56 UTC
$ sudo yum deplist dhclient ... dependency: libomapi.so.0()(64bit) provider: dhcp-libs.x86_64 12:4.2.1-4.P1.fc15 ... Thank you for the report, however dhcp-libs package doesn't need to be updated because the dependency on libomapi.so.0()(64bit) is already satisfied by the installed dhcp-libs-4.2.1-4.P1.fc15.x86_64 $ yum --enablerepo=updates-testing deplist dhclient ... package: dhclient.x86_64 12:4.2.1-7.P1.fc15 ... dependency: libomapi.so.0()(64bit) provider: dhcp-libs.x86_64 12:4.2.1-7.P1.fc15 provider: dhcp-libs.x86_64 12:4.2.1-4.P1.fc15 ... package: dhclient.x86_64 12:4.2.1-4.P1.fc15 ... dependency: libomapi.so.0()(64bit) provider: dhcp-libs.x86_64 12:4.2.1-7.P1.fc15 provider: dhcp-libs.x86_64 12:4.2.1-4.P1.fc15 ... But adding explicit Requires should not do any harm. Reopening :-) (In reply to comment #3) > But adding explicit Requires should not do any harm. Reopening :-) OK, thanks. Bad things can happen with a version mismatch like that: Bug 700252, Comment 7. :-) dhcp-4.2.1-8.P1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/dhcp-4.2.1-8.P1.fc15 yum lets me do this: $ sudo yum update dhcp-libs-4.2.1-8.P1.fc15.x86_64.rpm yum does not let me do these: $ sudo yum update dhcp-common-4.2.1-8.P1.fc15.x86_64.rpm $ sudo yum update dhcp-common-4.2.1-8.P1.fc15.x86_64.rpm dhcp-libs-4.2.1-8.P1.fc15.x86_64.rpm When you want to test this you either need to wait until the update populates updates-testing or create your own local yum repository (like this http://www.g-loaded.eu/2005/12/11/local-yum-repository/). (In reply to comment #7) > When you want to test this you either need to wait until the update populates > updates-testing or create your own local yum repository (like this > http://www.g-loaded.eu/2005/12/11/local-yum-repository/). OK, thanks. That is good to know. I created a local repo populated with build dhcp-4.2.1-8.P1.fc15 from koji. $ sudo yum update --enablerepo=local-repo dhclient Pulls in dhcp-common, dhcp-libs. $ sudo yum update --enablerepo=local-repo dhcp-common Pulls in dhclient, dhcp-libs. $ sudo yum update --enablerepo=local-repo dhcp-libs Does not pull in any other packages. Package dhcp-4.2.1-8.P1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dhcp-4.2.1-8.P1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/dhcp-4.2.1-8.P1.fc15 then log in and leave karma (feedback). (In reply to comment #9) > $ sudo yum update --enablerepo=local-repo dhcp-libs > Does not pull in any other packages. Yes, that's right, but it's actually OK, because: The old (i.e. 4.2.1-4 or 4.2.1-7) dhclient/dhcp-common packages don't require the same version of dhcp-libs. So when you are updating only dhcp-libs the old dhclient/dhcp-common packages are not updated. But don't worry, this will be automatically fixed with the next release. So for example updating only dhcp-libs from 4.2.1-8 to 4.2.1-9 will also pull in dhclient/dhcp-common (I've tested it a moment ago). Don't know how to explain it in a simpler way so I hope it makes sense :-) (In reply to comment #11) > (In reply to comment #9) > > $ sudo yum update --enablerepo=local-repo dhcp-libs > > Does not pull in any other packages. > > Yes, that's right, but it's actually OK, because: > The old (i.e. 4.2.1-4 or 4.2.1-7) dhclient/dhcp-common packages don't require > the same version of dhcp-libs. So when you are updating only dhcp-libs the old > dhclient/dhcp-common packages are not updated. > But don't worry, this will be automatically fixed with the next release. > So for example updating only dhcp-libs from 4.2.1-8 to 4.2.1-9 will also pull > in dhclient/dhcp-common (I've tested it a moment ago). > > Don't know how to explain it in a simpler way so I hope it makes sense :-) That makes sense ... so I tested with a local repo: "-4" -> "-8": This behaves as reported in Comment 9. "-8" -> "-9": Updating dhcp-libs pulls in dhclient, dhcp-common. Package dhcp-4.2.1-9.P1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dhcp-4.2.1-9.P1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/dhcp-4.2.1-9.P1.fc15 then log in and leave karma (feedback). dhcp-4.2.1-9.P1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |