- include sys-specific macros for all ARM variants (Lennert Buytenhek)

This commit is contained in:
Panu Matilainen 2007-08-24 07:53:00 +00:00
parent 223b2f6e94
commit 6419a41ab6

View File

@ -363,8 +363,8 @@ exit 0
%ifarch s390 s390x %ifarch s390 s390x
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/s390* %attr(-, rpm, rpm) %{__prefix}/lib/rpm/s390*
%endif %endif
%ifarch armv3l armv4l %ifarch %{arm}
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/armv[34][lb]* %attr(-, rpm, rpm) %{__prefix}/lib/rpm/arm*
%endif %endif
%ifarch mips mipsel %ifarch mips mipsel
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/mips* %attr(-, rpm, rpm) %{__prefix}/lib/rpm/mips*
@ -469,6 +469,9 @@ exit 0
%rpmattr %{__bindir}/rpmgraph %rpmattr %{__bindir}/rpmgraph
%changelog %changelog
* Fri Aug 24 2007 Panu Matilainen <pmatilai@redhat.com>
- include sys-specific macros for all ARM variants (Lennert Buytenhek)
* Fri Aug 24 2007 Panu Matilainen <pmatilai@redhat.com> - 4.4.2.1-9 * Fri Aug 24 2007 Panu Matilainen <pmatilai@redhat.com> - 4.4.2.1-9
- remove internal popt, buildrequire popt-devel and popt-static (#249352) - remove internal popt, buildrequire popt-devel and popt-static (#249352)
- move the versioned beecrypt dependency to libs where it belongs - move the versioned beecrypt dependency to libs where it belongs