Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2012-06-10 23:20:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm", Maintainer is "[email protected]"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2012-05-10 15:13:18.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2012-06-10 
23:20:49.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 24 20:42:30 UTC 2012 - [email protected]
+
+- set armv5tel architecture (similar to armv7hl approach)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
rpm-python.spec: same change
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.XBnj3D/_old  2012-06-10 23:20:51.000000000 +0200
+++ /var/tmp/diff_new_pack.XBnj3D/_new  2012-06-10 23:20:51.000000000 +0200
@@ -334,12 +334,17 @@
 rm -f %{buildroot}%{_libdir}/*.la
 rm -f %{buildroot}%{_libdir}/rpm-plugins/*.la
 sh %{buildroot}/usr/lib/rpm/find-lang.sh %{buildroot} rpm
-%ifarch armv7hl
+# On arm the kernel architecture is ignored. Not the best idea, but lets stay 
compatible with other distros
+%ifarch armv7hl armv7l
 # rpm is using the host_cpu as default for the platform, but armv7hl is not 
known by the kernel.
 # so we need to enforce the platform here.
 # We don't want to use armv7l because it would make us incompatible to Fedora 
and MeeGo plattforms.
 echo -n armv7hl-suse-linux> %{buildroot}/etc/rpm/platform
 %endif
+%ifarch armv5el
+# switch to armv5tel on armv5el
+echo -n armv5tel-suse-linux> %{buildroot}/etc/rpm/platform
+%endif
 
 %post
 %{fillup_only -an services}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to