Bug 100917
| Summary: | .spec file breakage (__find_requires) | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Ralph Loader <suckfish> |
| Component: | libao | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | rdieter, rvokal, wtogami |
| 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: | 2003-10-22 16:46:12 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: | 100643 | ||
Fixed in libao-0.8.3-5. Similar bug fixed in xmms-1.2.8-3.p. |
Description of problem: The libao.spec file contains a __find_requires line to try and stop libao depending on arts & audiofile & esd. But this is not working; recent versions of rpm need _use_internal_dependancy_generator turned off for __find_requires to be used. Version-Release number of selected component (if applicable): libao-0.8.3-4 Patch attached: Index: dev/specs/libao.spec =================================================================== --- dev/specs/libao.spec (revision 384) +++ dev/specs/libao.spec (working copy) @@ -9,6 +9,8 @@ Source1: ao.req BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: esound-devel >= 0.2.8, arts-devel + +%define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE1} %description