Bug 969853

Summary: gsl fails to build for aarch64 bootstrap
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: gslAssignee: Frantisek Kluknavsky <fkluknav>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: fkluknav, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-06 13:48:34 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:

Description Mark Salter 2013-06-02 18:22:55 UTC
Description of problem:
The gsl specfile has a '%check' in the changelog which causes a problem with aarch64 bootstrap where we redefine %check to avoid running package tests on a simulator. The following tweak avoids the problem:

diff --git a/gsl.spec b/gsl.spec
index 7ad6eb8..8a163a6 100644
--- a/gsl.spec
+++ b/gsl.spec
@@ -102,7 +102,7 @@ fi
 
 %changelog
 * Wed Jan 30 2013 Frantisek Kluknavsky <fkluknav> - 1.15-8
-- self test moved to %check section
+- self test moved to %%check section
 
 * Tue Jan 29 2013 Frantisek Kluknavsky <fkluknav> - 1.15-7
 - run self-tests after build


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Frantisek Kluknavsky 2013-06-04 09:50:56 UTC
Fixed. NVR not increased, update of built packages probably not needed.