Author: glen                         Date: Mon Jan 28 20:18:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kernel-config.py was added as non-executale to cvs

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.68 -> 1.69) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.68 SPECS/kernel-vanilla.spec:1.69
--- SPECS/kernel-vanilla.spec:1.68      Mon Jan 28 19:41:44 2008
+++ SPECS/kernel-vanilla.spec   Mon Jan 28 21:18:54 2008
@@ -407,7 +407,6 @@
 find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | 
xargs -0 -r -l512 rm -f
 
 ln -s %{SOURCE6} kernel-config.py
-chmod a+rx kernel-config.py
 
 %build
 TuneUpConfigForIX86 () {
@@ -460,7 +459,7 @@
 
        > arch/%{target_arch_dir}/defconfig
 
-       ./kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-multiarch.conf \
+       python kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-multiarch.conf \
                arch/%{target_arch_dir}/defconfig 
arch/%{target_arch_dir}/defconfig
 
        echo "CONFIG_LOCALVERSION=\"-%{_localversion}smp\"" >> 
arch/%{target_arch_dir}/defconfig
@@ -468,13 +467,13 @@
        TuneUpConfigForIX86 arch/%{target_arch_dir}/defconfig
 
        %if %{with preempt-nort}
-               ./kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-preempt-nort.config \
+               python kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-preempt-nort.config \
                        arch/%{target_arch_dir}/defconfig 
arch/%{target_arch_dir}/defconfig
        %else
-               ./kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-no-preempt-nort.config \
+               python kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-no-preempt-nort.config \
                        arch/%{target_arch_dir}/defconfig 
arch/%{target_arch_dir}/defconfig
        %endif
-       ./kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-netfilter.config \
+       python kernel-config.py %{_target_base_arch} 
$RPM_SOURCE_DIR/kernel-vanilla-netfilter.config \
                arch/%{target_arch_dir}/defconfig 
arch/%{target_arch_dir}/defconfig
 
 %{?debug:sed -i "s:# CONFIG_DEBUG_SLAB is not set:CONFIG_DEBUG_SLAB=y:" 
arch/%{target_arch_dir}/defconfig}
@@ -857,6 +856,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.69  2008-01-28 20:18:54  glen
+- kernel-config.py was added as non-executale to cvs
+
 Revision 1.68  2008-01-28 18:41:44  glen
 - only multiarch configs
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.68&r2=1.69&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to