SOURCES (AC-branch): rpm-p4.patch (NEW) - adds recognition of pent...

bszx bszx at pld-linux.org
Sat Oct 29 16:38:18 CEST 2005


Author: bszx                         Date: Sat Oct 29 14:38:18 2005 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- adds recognition of pentium 4 540J as pentium4

---- Files affected:
SOURCES:
   rpm-p4.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rpm-p4.patch
diff -u /dev/null SOURCES/rpm-p4.patch:1.1.2.1
--- /dev/null	Sat Oct 29 16:38:18 2005
+++ SOURCES/rpm-p4.patch	Sat Oct 29 16:38:13 2005
@@ -0,0 +1,10 @@
+--- rpm-4.4.1/lib/rpmrc.c.orig	2005-08-02 21:33:34.000000000 +0200
++++ rpm-4.4.1/lib/rpmrc.c	2005-10-11 07:51:45.000000000 +0200
+@@ -1076,6 +1076,7 @@
+ 			// Pentium 4 Xeon, Pentium 4 Xeon MP,
+ 			// Celeron, Mobile Celron                    (0.13um)
+ 	    case 3:	// Pentium 4, Celeron                        (0.09um)
++	    case 4:	// Pentium 4 540J
+ 		return 1;
+ 	}
+     return 0;
================================================================



More information about the pld-cvs-commit mailing list