Bug 969665

Summary: cdparanoia configure doesn't recognize aarch64
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: cdparanoiaAssignee: Peter Jones <pjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ajax, mjuszkie, pbrobinson, pjones
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: 2014-05-03 19:19:42 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:
Attachments:
Description Flags
config update to recognize aarch64
none
cleaner fix none

Description Mark Salter 2013-06-01 16:05:48 UTC
Created attachment 755556 [details]
config update to recognize aarch64

Description of problem:
cdparanoia configure fails to recognize aarch64. The rpm %configure script tries to update config.{sub,guess} when found, but cdparanoia uses configure.{sub,guess} for some reason. The attached patch updates configure.{sub,guess} to recognize aarch64.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Marcin Juszkiewicz 2013-10-23 09:34:35 UTC
Created attachment 815298 [details]
cleaner fix

This patch makes use of %configure macro which takes care of updating gnu-config files.