diff --git a/SPECS/aide.spec b/SPECS/aide.spec
index f652ab1..85c35f3 100644
--- a/SPECS/aide.spec
+++ b/SPECS/aide.spec
@@ -4,7 +4,7 @@
 Summary: Intrusion detection environment
 Name: aide
 Version: 0.15.1
-Release: 8%{?dist}
+Release: 9%{?dist}
 URL: http://sourceforge.net/projects/aide
 License: GPLv2+
 Group: Applications/System
@@ -21,7 +21,10 @@ Patch3: aide-0.15.1-prelinkwarn.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: mktemp
-BuildRequires: prelink elfutils-libelf-devel
+%ifnarch aarch64 ppc64le
+BuildRequires: prelink
+%endif
+BuildRequires: elfutils-libelf-devel
 %if 0%{?rhel} == 0
 Buildrequires: mhash-devel
 %endif
@@ -55,7 +58,11 @@ checker and intrusion detection program.
            %{?_with_curl} %{?_without_curl} \
            --with-posix-acl \
            --with-selinux \
+%ifnarch aarch64 ppc64le
            --with-prelink \
+%else
+	   --without-prelink \
+%endif
            --with-xattr \
            --with-e2fsattrs \
            --with-audit
@@ -92,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug  4 2014 Daniel Kopecek <dkopecek@redhat.com> - 0.15.1-9
+- Don't require prelink on aarch64 and ppc64le
+  Resolves: rhbz#1078555
+  Resolves: rhbz#1125462
+
 * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.15.1-8
 - Mass rebuild 2014-01-24