SPECS (LINUX_2_6): kernel.spec, kernel.spec - utils are only built...

sparky sparky at pld-linux.org
Fri Oct 21 17:52:56 CEST 2005


Author: sparky                       Date: Fri Oct 21 15:52:56 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- utils are only built for host arch, so don't create broken -libs package
  when crosscompiling, sorry

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1257 -> 1.441.2.1258) 
SPECS:
   kernel.spec (1.441.2.1221.2.7 -> 1.441.2.1221.2.8) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1257 SPECS/kernel.spec:1.441.2.1258
--- SPECS/kernel.spec:1.441.2.1257	Fri Oct 21 15:05:09 2005
+++ SPECS/kernel.spec	Fri Oct 21 17:52:50 2005
@@ -1470,6 +1470,7 @@
 %endif
 
 %ifarch ppc
+%if "%{_arch}" == "ppc"
 %files libs
 %defattr(644,root,root,755)
 %dir /boot/libs-%{version}-%{release}
@@ -1483,6 +1484,7 @@
 %attr(755,root,root) /boot/libs-%{version}-%{release}/utils/*
 /boot/libs-%{version}-%{release}/ld.script
 %endif
+%endif
 
 %files sound-alsa
 %defattr(644,root,root,755)
@@ -1571,6 +1573,7 @@
 %endif
 
 %ifarch ppc
+%if "%{_arch}" == "ppc"
 %files smp-libs
 %defattr(644,root,root,755)
 %dir /boot/libs-%{version}-%{release}smp
@@ -1584,6 +1587,7 @@
 %attr(755,root,root) /boot/libs-%{version}-%{release}smp/utils/*
 /boot/libs-%{version}-%{release}smp/ld.script
 %endif
+%endif
 
 %files smp-sound-alsa
 %defattr(644,root,root,755)
@@ -1686,6 +1690,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1258  2005/10/21 15:52:50  sparky
+- utils are only built for host arch, so don't create broken -libs package
+  when crosscompiling, sorry
+
 Revision 1.441.2.1257  2005/10/21 13:05:09  cieciwa
 - updated to 2.6.14-rc5,
 - updated MD5 sum,

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1221.2.7 SPECS/kernel.spec:1.441.2.1221.2.8
--- SPECS/kernel.spec:1.441.2.1221.2.7	Wed Oct 12 01:48:40 2005
+++ SPECS/kernel.spec	Fri Oct 21 17:52:51 2005
@@ -1445,6 +1445,7 @@
 %endif
 
 %ifarch ppc
+%if "%{_arch}" == "ppc"
 %files libs
 %defattr(644,root,root,755)
 %dir /boot/libs-%{version}-%{release}
@@ -1458,6 +1459,7 @@
 %attr(755,root,root) /boot/libs-%{version}-%{release}/utils/*
 /boot/libs-%{version}-%{release}/ld.script
 %endif
+%endif
 
 %files sound-alsa
 %defattr(644,root,root,755)
@@ -1546,6 +1548,7 @@
 %endif
 
 %ifarch ppc
+%if "%{_arch}" == "ppc"
 %files smp-libs
 %defattr(644,root,root,755)
 %dir /boot/libs-%{version}-%{release}smp
@@ -1559,6 +1562,7 @@
 %attr(755,root,root) /boot/libs-%{version}-%{release}smp/utils/*
 /boot/libs-%{version}-%{release}smp/ld.script
 %endif
+%endif
 
 %files smp-sound-alsa
 %defattr(644,root,root,755)
@@ -1658,6 +1662,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1221.2.8  2005/10/21 15:52:51  sparky
+- utils are only built for host arch, so don't create broken -libs package
+  when crosscompiling, sorry
+
 Revision 1.441.2.1221.2.7  2005/10/11 23:48:40  sparky
 - generate zImage in libs post; should be OK, as most people will like to
   put it in place manually
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1257&r2=1.441.2.1258&f=u
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1221.2.7&r2=1.441.2.1221.2.8&f=u




More information about the pld-cvs-commit mailing list