Bug 231718

Summary: Misplaced BuildRequires in kdeartwork-extras
Product: [Fedora] Fedora Reporter: Kevin Kofler <kevin>
Component: kdeartwork-extrasAssignee: Rex Dieter <rdieter>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
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: 2007-03-11 22:18:04 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 Kevin Kofler 2007-03-10 18:20:01 UTC
Description of problem:
kdeartwork-extras contains 2 BuildRequires which end up in the description of 
the -kxs subpackage:
BuildRequires: kdebase-devel >= 6:3.5.6
BuildRequires: libart_lgpl-devel
BuildRequires must be listed before any Summary tags. They are also per 
package, not per subpackage, so they have to be listed before the subpackages. 
The first one is a duplicate (it's also listed at the correct location), but 
the libart_lgpl one is rendered useless by this mistake.

Version-Release number of selected component (if applicable):
kdeartwork-extras-3.5.6-2.fc6

How reproducible:
Always

Steps to Reproduce:
1. Look at the description of kdeartwork-extras-kxs.
  
Actual results:
BuildRequires in the description.

Expected results:
BuildRequires in a place in the specfile where they're actually used by 
RPM. ;-)

Comment 1 Rex Dieter 2007-03-11 22:18:04 UTC
Looks like a botched copy-n-paste.  Thanks.

%changelog
* Sun Mar 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.5.6-3
- remove errant/misplaced BR's (#231718)