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 1071980

Summary: Trivial change for ppc64le in xdelta spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: xdeltaAssignee: Pavel Raiskup <praiskup>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: praiskup
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-04 08:51:13 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-03 15:44:02 UTC
Please consider the following trivial change which allows ppc64le to build xdelta:

[baude@localhost xdelta]$ git diff
diff --git a/xdelta.spec b/xdelta.spec
index 96bf779..101ffe2 100644
--- a/xdelta.spec
+++ b/xdelta.spec
@@ -33,7 +33,7 @@ algorithm to replace the standard diff program used by RCS
 %patch2 -p2 -b .man-page-day
 
 %build
-autoreconf -v
+autoreconf -fiv
 %configure
 make %{?_smp_mflags} V=0