Bug 147972
| Summary: | Freshen fails when there's two architectures of files being freshened | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kaj J. Niemi <kajtzu> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WONTFIX | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | nobody+pnasrat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-14 16:35:25 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
Kaj J. Niemi
2005-02-14 12:08:31 UTC
Heh, "worked since a long time" is not at all the
same thing as correct. Several flaws have been fixed
in rpm-4.4.1 to exclude user/application errors seloecting
packages, choosing the latest package of the same name and arch in
rpmtsAddInstallElement().
--freshen is a very differnt problem case, and is broken in
several ways (i.e. epoch is not looked at, multilib choices
are not attempted, +/-NPTL wrto glibc not attempted).
I'd suggest using more specific input to rpm by doing
ls -1 *.rpm
and filtering the package list appropriately.
Your final list can be fed firectly to rpm as
rpm -Fvh manifest
rather than the splat you've been using.
|