Bug 460254
| Summary: | spec of dapl obsoletes dapl itself | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Masatake YAMATO <yamato> | ||||
| Component: | openib | Assignee: | Doug Ledford <dledford> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.7 | CC: | gozen, mgahagan | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-05-18 20:35:42 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: | |||||||
| Attachments: |
|
||||||
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-1022.html |
Created attachment 315070 [details] A patch for fixing the reported problem Description of problem: dapl package introduced in 4.7. In its spec file dapl obsoletes dapl itself. As the result when running up2date, following warning is shown: warning: package dapl = 2.0.7-2.el4 was already added, replacing with dapl <= 2.0.7-2.el4 Also rpmlint reports obsolete-on-name: $ rpmlint dapl-2.0.7-2.el4.i386.rpm dapl.i386: W: invalid-license Dual GPL/BSD/CPL dapl.i386: E: obsolete-on-name dapl.i386: W: obsolete-not-provided udapl dapl.i386: E: unknown-key GPG#db42a60e 1 packages and 0 specfiles checked; 2 errors, 2 warnings. BTW there is no dapl entry for Component list of bugzilla. Version-Release number of selected component (if applicable): dapl-2.0.7-2.el4.i386.rpm How reproducible: rpm -e dapl; up2date dapl Steps to Reproduce: 1. rpm -e dapl 2. up2date dapl 3. Actual results: warning: package dapl = 2.0.7-2.el4 was already added, replacing with dapl <= 2.0.7-2.el4 Expected results: No message. Additional info: See my patch.