status-report-scripts parseBZbugList,1.65,1.66

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Wed Jan 24 09:09:58 UTC 2007


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4433

Modified Files:
	parseBZbugList 
Log Message:
Add freetype1 to COMPSBLACKLIST.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- parseBZbugList	22 Jan 2007 16:23:36 -0000	1.65
+++ parseBZbugList	24 Jan 2007 09:09:56 -0000	1.66
@@ -129,7 +129,8 @@
 );
 # Blacklist some packages for comps
 my %COMPSBLACKLIST = (
-  "theora-exp" => 1
+  "theora-exp" => 1,
+  "freetype1" => 1
 );
 if ($main::members ne "" && $main::password ne "") {
   local *IN;




More information about the scm-commits mailing list