fedora-rpmdevtools rmdevelrpms,1.2,1.3 rpmdevtools.spec,1.6,1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Aug 2 20:39:53 UTC 2006


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4827

Modified Files:
	rmdevelrpms rpmdevtools.spec 
Log Message:
Treat *-sdk as devel packages in rmdevelrpms (#199909).


Index: rmdevelrpms
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rmdevelrpms	17 Jul 2006 20:53:23 -0000	1.2
+++ rmdevelrpms	2 Aug 2006 20:39:50 -0000	1.3
@@ -25,10 +25,10 @@
 import getopt, os, re, rpm, stat, sys, types
 
 
-__version__ = "1.1"
+__version__ = "1.2"
 
 
-dev_re  = re.compile("-de(?:buginfo|vel)\\b")
+dev_re  = re.compile("-(?:de(?:buginfo|vel)|sdk)\\b", re.IGNORECASE)
 test_re = re.compile("^perl-(?:Devel|ExtUtils|Test)-")
 lib_re1 = re.compile("^lib.+")
 lib_re2 = re.compile("-libs?$")
@@ -109,12 +109,13 @@
 build a new package.
 
 By default, the following packages are treated as development ones and are
-thus candidates for removal: any package whose name matches "-devel\\b", or
-"-debuginfo\\b", except gcc requirements; any package whose name starts with
-"perl-(Devel|ExtUtils|Test)-"; any package whose name starts with "compat-gcc";
-packages in the internal list of known development oriented packages (see
-def_devpkgs in the source code); packages determined to be development ones
-based on some basic heuristic checks on the package\'s contents.
+thus candidates for removal: any package whose name matches "-devel\\b",
+"-debuginfo\\b", or "-sdk\\b" (case insensitively) except gcc requirements;
+any package whose name starts with "perl-(Devel|ExtUtils|Test)-"; any package
+whose name starts with "compat-gcc"; packages in the internal list of known
+development oriented packages (see def_devpkgs in the source code); packages
+determined to be development ones based on some basic heuristic checks on the
+package\'s contents.
 
 The default set of packages above is not intended to not reduce a system into
 a minimal clean build root, but to keep it usable for general purposes while


Index: rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rpmdevtools.spec	20 Jul 2006 17:46:34 -0000	1.6
+++ rpmdevtools.spec	2 Aug 2006 20:39:50 -0000	1.7
@@ -112,6 +112,9 @@
 
 
 %changelog
+* Wed Aug  2 2006 Ville Skyttä <ville.skytta at iki.fi>
+- Treat *-sdk as devel packages in rmdevelrpms (#199909).
+
 * Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi>
 - Mark things that are not needed for noarch module packages in the Perl
   spec template.




More information about the fedora-extras-commits mailing list