]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added support for armv6l
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 29 Jun 2012 08:21:57 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.126

rpm.spec

index 661b7bc9d601deb4a16a96b68811bd9eb5b47b29..2a881d7139f86b9a3e358a9cb20da8088fee51a4 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -1015,6 +1015,9 @@ sparcv9-[^-]*-[Ll]inux(-gnu)?
 %ifarch sparc sparcv9 sparc64
 sparc-[^-]*-[Ll]inux(-gnu)?
 %endif
+%ifarch armv6l
+armv6l-[^-]*-[Ll]inux(-gnu)?
+%endif
 %ifarch armv5tel
 armv5tel-[^-]*-[Ll]inux(-gnu)?
 %endif
@@ -1427,7 +1430,7 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 %{_rpmlibdir}/ia32e*
 %{_rpmlibdir}/x86_64*
 %endif
-%ifarch armv5tel armv4t armv3t armv5teb armv4b
+%ifarch armv6l armv5tel armv4t armv3t armv5teb armv4b
 %{_rpmlibdir}/arm*
 %endif
 # must be here for "Requires: rpm-*prov" to work
This page took 0.152703 seconds and 4 git commands to generate.