Bug 199909

Summary: fedora-rmdevelrpms : more packages to remove
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: fedora-rpmdevtoolsAssignee: Ville Skyttä <scop>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-22 20:03:44 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 Michael Schwendt 2006-07-24 09:14:13 UTC
Please add

  xorg-x11-server-sdk

to the list of devel packages which to remove.

Comment 1 Ville Skyttä 2006-07-24 17:27:39 UTC
Sounds reasonable.  Maybe even add all *-sdk, like:

-dev_re  = re.compile("-de(?:buginfo|vel)\\b")
+dev_re  = re.compile("-(?:de(?:buginfo|vel)|sdk)\\b", re.IGNORECASE)

Opinions?

Comment 2 Ville Skyttä 2006-08-02 20:31:22 UTC
Done in CVS, will be in the next version.