Bug 493547
Summary: | Should obsolete libdhcp | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
Component: | dhcp | Assignee: | David Cantrell <dcantrell> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dcantrell, pbrobinson, wwoods |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-04-04 01:51:52 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: | |||
Bug Depends On: | |||
Bug Blocks: | 446452 |
Description
Mamoru TASAKA
2009-04-02 08:09:37 UTC
Fixed in dhcpv6-1.2.0-1.fc11 and dhcp-4.1.0-14.fc11. @@ -72,6 +72,7 @@ Requires(post): coreutils Obsoletes: dhcpcd <= 1.3.22pl1-7 Obsoletes: libdhcp4client <= 12:4.0.0-31 +Obsoletes: libdhcp <= 1.99.8-1 Provides: dhcpcd = 1.3.22pl1-8 Well, F-10 latest (and on my system) libdhcp is libdhcp-1.99.8-1.fc10 and 1.99.8-1 < 1.99.8-1.fc10 $ repoquery --whatobsoletes libdhcp dhclient-12:4.1.0-14.fc11.x86_64 dhcpv6-client-0:1.2.0-1.fc11.x86_64 This is fixed in rawhide. No, what I am saying that # rpm -qp --obsoletes dhclient-4.1.0-14.fc11.i586.rpm dhcpcd <= 1.3.22pl1-7 libdhcp4client <= 12:4.0.0-31 libdhcp <= 1.99.8-1 This does not obsolete libdhcp-1.99.8-1.fc10, because 1.99.8-1.fc10 > 1.99.8-1. Fixed in dhcp-4.1.0-15.fc11 *** Bug 493209 has been marked as a duplicate of this bug. *** |