Bug 493213
| Summary: | dhcp should obsolete libdhcp4client | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> |
| Component: | dhcp | Assignee: | Dave Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell, 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-03 19:48:28 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
Peter Robinson
2009-03-31 22:46:30 UTC
Fixed in dhcp-4.1.0-13.fc11. Just realised after testing that this won't work on a standard workstation install because the dhcp package isn't installed by default. Maybe NetworkManager or dhclient should be the ones to obsolete it. $ repoquery --whatobsoletes libdhcp4client dhclient-12:4.1.0-14.fc11.x86_64 I meant it was fixed in the dhcp package, which produces the dhclient subpackage. I figured you'd done something like that but it still doesn't seem to remove the old ones on a yum update # rpm -qa | grep dhc| sort dhclient-4.1.0-14.fc11.i586 dhcpv6-client-1.2.0-1.fc11.i586 libdhcp-1.99.8-1.fc10.i386 libdhcp4client-4.0.0-33.fc10.i386 libdhcp6client-1.0.22-1.fc10.i386 [root@trinity ~]# repoquery --whatobsoletes libdhcp4client dhclient-12:4.1.0-14.fc11.i586 [root@trinity ~]# repoquery --whatobsoletes libdhcp6client dhcpv6-client-0:1.2.0-1.fc11.i586 |