SPECS (LINUX_2_6): kernel.spec - oops, missing files; BTW. this is...

sparky sparky at pld-linux.org
Sun Sep 11 16:28:45 CEST 2005


Author: sparky                       Date: Sun Sep 11 14:28:45 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- oops, missing files; BTW. this is bad, as there will be no such files if
  only source will be built, so modules compiled using it will not have
  dependencies (will be broken in some way)

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1191 -> 1.441.2.1192) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1191 SPECS/kernel.spec:1.441.2.1192
--- SPECS/kernel.spec:1.441.2.1191	Sun Sep 11 16:12:58 2005
+++ SPECS/kernel.spec	Sun Sep 11 16:28:40 2005
@@ -1396,8 +1396,10 @@
 %{_prefix}/src/linux-%{version}/include
 %if !%{with xen}
 %{_prefix}/src/linux-%{version}/config-smp
+%{?with_smp:%{_prefix}/src/linux-%{version}/Module.symvers-smp}
 %endif
 %{_prefix}/src/linux-%{version}/config-up
+%{?with_up:%{_prefix}/src/linux-%{version}/Module.symvers-up}
 
 %files module-build
 %defattr(644,root,root,755)
@@ -1470,6 +1472,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1192  2005/09/11 14:28:40  sparky
+- oops, missing files; BTW. this is bad, as there will be no such files if
+  only source will be built, so modules compiled using it will not have
+  dependencies (will be broken in some way)
+
 Revision 1.441.2.1191  2005/09/11 14:12:58  sparky
 - Module.symvers is now required to generate dependencies in modules built
   outside kernel tree
================================================================

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




More information about the pld-cvs-commit mailing list