SPECS: kernel-desktop.spec - fixed %if

sparky sparky at pld-linux.org
Mon Aug 7 12:44:14 CEST 2006


Author: sparky                       Date: Mon Aug  7 10:44:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed %if

---- Files affected:
SPECS:
   kernel-desktop.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.51 SPECS/kernel-desktop.spec:1.52
--- SPECS/kernel-desktop.spec:1.51	Mon Jul 31 13:48:38 2006
+++ SPECS/kernel-desktop.spec	Mon Aug  7 12:44:09 2006
@@ -773,7 +773,7 @@
 %if "%{_target_base_arch}" != "%{_arch}"
 	CrossOpts="ARCH=%{_target_base_arch} CROSS_COMPILE=%{_target_cpu}-pld-linux-"
 	DepMod=/bin/true
-	%if "%{_arch}" == "x86_64" && "%_target_base_arch}" == "i386"
+	%if "%{_arch}" == "x86_64" && "%{_target_base_arch}" == "i386"
 	CrossOpts="ARCH=%{_target_base_arch}"
 	DepMod=/sbin/depmod
 	%endif
@@ -1404,6 +1404,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2006/08/07 10:44:09  sparky
+- fixed %if
+
 Revision 1.51  2006/07/31 11:48:38  sparky
 - kernel-desktop-budget-av-compile-fix.patch merged to small_fixes.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-desktop.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list