Bug 156925

Summary: rhpl should buildrequire wireless-tools and some minor spec file changes
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: rhplAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-05-05 21:53:55 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:
Description Flags
Diff of rhpl spec files none

Description Robert Scheck 2005-05-05 13:43:26 UTC
Description of problem:
rhpl should buildrequire wireless-tools and some minor spec file changes.

Version-Release number of selected component (if applicable):
rhpl-0.161-1

How reproducible:
rpm -e --nodeps wireless-tools
Try to rebuild rhpl-0.161-1 - will fail.

Actual results:
- No build requirement to wireless-tools if not on s390 (where ethtool isn't 
  built currently)
- Python >= xyz is manually required, but rpm >= 4.4 is able to detect python 
  abi version itself
- "Red Hat Linux" in summary and description, but we've got "Fedora Core" ;-)

Expected results:
Apply of the suggested changes like in the attached patch or even better ;-)

Comment 1 Robert Scheck 2005-05-05 13:46:34 UTC
Created attachment 114054 [details]
Diff of rhpl spec files

For verifiying RPM's automatical detection of python abi requirement, do:

> rpm -q --requires rhpl | grep abi
python(abi) = 2.4
>

Comment 2 Jeremy Katz 2005-05-05 21:53:55 UTC
Committed similar to CVS, will be in 0.163 or later.  The python-abi thing is
from after I added the stuff to the spec file :-)