Bug 147377
| Summary: | Update unexpectedly removes other RPMs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Dermot McCluskey <dermot.mccluskey> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | nobody+pnasrat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-07 20:29: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: | |||
|
Description
Dermot McCluskey
2005-02-07 18:43:56 UTC
No bug here. --install has implicit promise to never erase any package, so even Obsoletes: are ignored during install. --upgrade is by Provides: name, not package Name:, although each package Name: has a Provide: silently added. So this is the expected behavior. |