rpms/rpm/devel rpm.spec,1.252,1.253

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Fri Aug 24 07:53:32 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11889

Modified Files:
	rpm.spec 
Log Message:
- include sys-specific macros for all ARM variants (Lennert Buytenhek)



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- rpm.spec	24 Aug 2007 06:45:39 -0000	1.252
+++ rpm.spec	24 Aug 2007 07:53:00 -0000	1.253
@@ -363,8 +363,8 @@
 %ifarch s390 s390x
 %attr(-, rpm, rpm)              %{__prefix}/lib/rpm/s390*
 %endif
-%ifarch armv3l armv4l
-%attr(-, rpm, rpm)              %{__prefix}/lib/rpm/armv[34][lb]*
+%ifarch %{arm}
+%attr(-, rpm, rpm)              %{__prefix}/lib/rpm/arm*
 %endif
 %ifarch mips mipsel
 %attr(-, rpm, rpm)              %{__prefix}/lib/rpm/mips*
@@ -469,6 +469,9 @@
 %rpmattr        %{__bindir}/rpmgraph
 
 %changelog
+* Fri Aug 24 2007 Panu Matilainen <pmatilai at redhat.com> 
+- include sys-specific macros for all ARM variants (Lennert Buytenhek)
+
 * Fri Aug 24 2007 Panu Matilainen <pmatilai at redhat.com> - 4.4.2.1-9
 - remove internal popt, buildrequire popt-devel and popt-static (#249352)
 - move the versioned beecrypt dependency to libs where it belongs




More information about the fedora-extras-commits mailing list