Author: hawk                         Date: Sun Feb  3 07:32:16 2008 GMT
Module: SPECS                         Tag: Titanium
---- Log message:
- workaround renamed config source, release 3

---- Files affected:
SPECS:
   kernel-bare-grsecurity.spec (1.1.2.12 -> 1.1.2.13) , 
kernel-bare-vserver.spec (1.1.2.9 -> 1.1.2.10) 

---- Diffs:

================================================================
Index: SPECS/kernel-bare-grsecurity.spec
diff -u SPECS/kernel-bare-grsecurity.spec:1.1.2.12 
SPECS/kernel-bare-grsecurity.spec:1.1.2.13
--- SPECS/kernel-bare-grsecurity.spec:1.1.2.12  Sat Feb  2 18:36:53 2008
+++ SPECS/kernel-bare-grsecurity.spec   Sun Feb  3 08:32:11 2008
@@ -48,7 +48,7 @@
 
 %define                _basever        2.6.23
 %define                _postver        .14
-%define                _rel            2
+%define                _rel            3
 
 # for rc kernels basever is the version patch (source1) should be applied to
 #%define               _ver            2.6.20
@@ -460,7 +460,11 @@
 rm -f .config
 BuildConfig() {
        %{?debug:set -x}
+%ifarch %{ix86}
+       Config="x86"
+%else
        Config="%{_target_base_arch}"
+%endif
        KernelVer=%{kernel_release}
 
        echo "Building config file [using $Config.conf] for KERNEL ..."
@@ -516,7 +520,11 @@
 }
 
 PreInstallKernel() {
+%ifarch %{ix86}
+       Config="x86"
+%else
        Config="%{_target_base_arch}"
+%endif
        KernelVer=%{kernel_release}
 
        mkdir -p $KERNEL_INSTALL_DIR/boot
@@ -866,6 +874,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.1.2.13  2008-02-03 07:32:11  hawk
+- workaround renamed config source, release 3
+
 Revision 1.1.2.12  2008-02-02 17:36:53  hawk
 - added %ghost %{_kernelsrcdir} to %files
 

================================================================
Index: SPECS/kernel-bare-vserver.spec
diff -u SPECS/kernel-bare-vserver.spec:1.1.2.9 
SPECS/kernel-bare-vserver.spec:1.1.2.10
--- SPECS/kernel-bare-vserver.spec:1.1.2.9      Sat Feb  2 18:36:53 2008
+++ SPECS/kernel-bare-vserver.spec      Sun Feb  3 08:32:11 2008
@@ -43,7 +43,7 @@
 
 %define                _basever        2.6.22
 %define                _postver        .16
-%define                _rel            2
+%define                _rel            3
 
 # for rc kernels basever is the version patch (source1) should be applied to
 #%define               _ver            2.6.20
@@ -448,7 +448,11 @@
 rm -f .config
 BuildConfig() {
        %{?debug:set -x}
+%ifarch %{ix86}
+       Config="x86"
+%else
        Config="%{_target_base_arch}"
+%endif
        KernelVer=%{kernel_release}
 
        echo "Building config file [using $Config.conf] for KERNEL ..."
@@ -499,7 +503,11 @@
 }
 
 PreInstallKernel() {
+%ifarch %{ix86}
+       Config="x86"
+%else
        Config="%{_target_base_arch}"
+%endif
        KernelVer=%{kernel_release}
 
        mkdir -p $KERNEL_INSTALL_DIR/boot
@@ -849,6 +857,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.1.2.10  2008-02-03 07:32:11  hawk
+- workaround renamed config source, release 3
+
 Revision 1.1.2.9  2008-02-02 17:36:53  hawk
 - added %ghost %{_kernelsrcdir} to %files
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-bare-grsecurity.spec?r1=1.1.2.12&r2=1.1.2.13&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-bare-vserver.spec?r1=1.1.2.9&r2=1.1.2.10&f=u

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

Reply via email to