diff --git a/SOURCES/config.h b/SOURCES/config.h index 146b815..d0860ba 100644 --- a/SOURCES/config.h +++ b/SOURCES/config.h @@ -9,7 +9,7 @@ #endif #define srtp_multilib_redirection_h -#if defined(__x86_64__) || defined(__PPC64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__) +#if defined(__x86_64__) || defined(__PPC64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__) || defined(__aarch64__) #include "srtp/config-64.h" #else #include "srtp/config-32.h" diff --git a/SPECS/libsrtp.spec b/SPECS/libsrtp.spec index 65ecafc..8e0fb11 100644 --- a/SPECS/libsrtp.spec +++ b/SPECS/libsrtp.spec @@ -3,7 +3,7 @@ Name: lib%{shortname} Version: 1.4.4 -Release: 9.%{cvsver}%{?dist} +Release: 10.%{cvsver}%{?dist} Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) Group: System Environment/Libraries License: BSD @@ -89,6 +89,10 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h %{_libdir}/*.so %changelog +* Tue Sep 16 2014 Jan Grulich - 1.4.4-10.20101004cvs +- Add detection for aarch64 + Resolves: bz#1141907 + * Fri Jan 24 2014 Daniel Mach - 1.4.4-9.20101004cvs - Mass rebuild 2014-01-24