SPECS: rpm.spec - if %_target_base_arch != %_arch, kernel .specs t...
glen
glen at pld-linux.org
Sat Feb 9 17:58:26 CET 2008
Author: glen Date: Sat Feb 9 16:58:26 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- if %_target_base_arch != %_arch, kernel .specs think it's cross build
---- Files affected:
SPECS:
rpm.spec (1.868 -> 1.869)
---- Diffs:
================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.868 SPECS/rpm.spec:1.869
--- SPECS/rpm.spec:1.868 Sat Feb 9 16:51:50 2008
+++ SPECS/rpm.spec Sat Feb 9 17:58:20 2008
@@ -2,6 +2,11 @@
#
# TODO:
# - manuals are not compressed
+# - %{_arch} = i686 not as used to be i386:
+# 5.0.2: rpm -E '%_target_base_arch %_arch'
+# i386 i686
+# 4.4.9: rpm -E '%_target_base_arch %_arch'
+# i386 i386
# - python(abi) cap is not provided automatically because /usr/lib*/libpython2*.so.*
# matches ELF first
# - repackaging when lzma is not installed (todo: fix digest signature of header)
@@ -1246,6 +1251,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.869 2008-02-09 16:58:20 glen
+- if %_target_base_arch != %_arch, kernel .specs think it's cross build
+
Revision 1.868 2008-02-09 15:51:50 qboosh
- platform entries to support alpha/ia64/ppc64/s390/s390x/sparc[v9]/sparc64
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.868&r2=1.869&f=u
More information about the pld-cvs-commit
mailing list