SOURCES: kernel-config-update.py - blacklist MATH_EMULATION

glen glen at pld-linux.org
Tue Jan 29 00:51:08 CET 2008


Author: glen                         Date: Mon Jan 28 23:51:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- blacklist MATH_EMULATION

---- Files affected:
SOURCES:
   kernel-config-update.py (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/kernel-config-update.py
diff -u SOURCES/kernel-config-update.py:1.4 SOURCES/kernel-config-update.py:1.5
--- SOURCES/kernel-config-update.py:1.4	Tue Jan 29 00:24:02 2008
+++ SOURCES/kernel-config-update.py	Tue Jan 29 00:51:03 2008
@@ -110,6 +110,8 @@
 if not rc == 0:
     sys.exit(1)
 
+dict[i] = ""
+i += 1
 dict[i] = "#"
 i += 1
 dict[i] = "# New symbols"
@@ -170,5 +172,14 @@
 
     # blacklist
     # TODO: use some list here instead
-    if symbol != "LOCALVERSION" and symbol != "DEFCONFIG_LIST":
-        print "%s %s" % (symbol, s.strip())
+    if symbol != "LOCALVERSION":
+        # .specs updates this
+        continue
+    if symbol != "DEFCONFIG_LIST":
+        # seems wrong
+        continue
+    if symbol != "MATH_EMULATION":
+        # .spec keeps updating this
+        continue
+
+    print "%s %s" % (symbol, s.strip())
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-config-update.py?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list