Bug 1078476

Summary: Trivial change for ppc64le in aide spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: aideAssignee: Daniel Kopeček <dkopecek>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dkopecek, yselkowi
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: aide-0.15.1-8.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-18 23:19:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-03-19 18:29:11 UTC
As ppc64le doesn't have prelink, would you consider the following change to the spec file?

diff --git a/aide.spec b/aide.spec
index af99216..ba673c3 100644
--- a/aide.spec
+++ b/aide.spec
@@ -18,7 +18,10 @@ Patch1: aide-0.14-man.patch
 Patch2: aide-0.15.1-fipsfix.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: mktemp 
-BuildRequires: prelink elfutils-libelf-devel
+%ifnarch ppc64le
+BuildRequires: prelink 
+%endif
+BuildRequires: elfutils-libelf-devel
 %if 0%{?rhel} == 0
 Buildrequires: mhash-devel
 %endif