Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1078476 - Trivial change for ppc64le in aide spec
Summary: Trivial change for ppc64le in aide spec
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: aide
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Daniel Kopeček
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-19 18:29 UTC by Brent Baude
Modified: 2014-07-18 23:19 UTC (History)
2 users (show)

Fixed In Version: aide-0.15.1-8.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-18 23:19:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.