SPECS (LINUX_2_6): kernel.spec - fixed %if (looks like this part o...
sparky
sparky at pld-linux.org
Mon Aug 7 12:49:29 CEST 2006
Author: sparky Date: Mon Aug 7 10:49:29 2006 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- fixed %if (looks like this part of code was never used)
---- Files affected:
SPECS:
kernel.spec (1.441.2.1577 -> 1.441.2.1578)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1577 SPECS/kernel.spec:1.441.2.1578
--- SPECS/kernel.spec:1.441.2.1577 Wed Aug 2 11:27:32 2006
+++ SPECS/kernel.spec Mon Aug 7 12:49:23 2006
@@ -861,7 +861,7 @@
%if "%{_arch}" == "sparc" && "%{_target_base_arch}" == "sparc64"
DepMod=/sbin/depmod
%endif
- %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
@@ -1628,6 +1628,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1578 2006/08/07 10:49:23 sparky
+- fixed %if (looks like this part of code was never used)
+
Revision 1.441.2.1577 2006/08/02 09:27:32 blues
- TODO
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1577&r2=1.441.2.1578&f=u
More information about the pld-cvs-commit
mailing list