SPECS: kernel-desktop.spec - inconsistency fixed - we were using %...

adamg adamg at pld-linux.org
Sat Aug 18 22:35:07 CEST 2007


Author: adamg                        Date: Sat Aug 18 20:35:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- inconsistency fixed - we were using %{arch}-smp.config while in %build
  we were trying to read %{arch}.config

---- Files affected:
SPECS:
   kernel-desktop.spec (1.108 -> 1.109) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.108 SPECS/kernel-desktop.spec:1.109
--- SPECS/kernel-desktop.spec:1.108	Sat Aug 18 20:11:55 2007
+++ SPECS/kernel-desktop.spec	Sat Aug 18 22:35:02 2007
@@ -106,9 +106,9 @@
 Source5:	kernel-desktop-module-build.pl
 
 Source20:	kernel-desktop-common.config
-Source22:	kernel-desktop-i386-smp.config
-Source24:	kernel-desktop-x86_64-smp.config
-Source26:	kernel-desktop-ppc-smp.config
+Source22:	kernel-desktop-i386.config
+Source24:	kernel-desktop-x86_64.config
+Source26:	kernel-desktop-ppc.config
 
 Source41:	kernel-desktop-preempt-rt.config
 Source42:	kernel-desktop-preempt-nort.config
@@ -1034,6 +1034,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.109  2007/08/18 20:35:02  adamg
+- inconsistency fixed - we were using %{arch}-smp.config while in %build
+  we were trying to read %{arch}.config
+
 Revision 1.108  2007/08/18 18:11:55  adamg
 - netfilter update (20061213 snap from kernel.spec:LINUX_2_6)
 - temporary disable nock-compat patch
================================================================

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



More information about the pld-cvs-commit mailing list