Bug 1209472

Summary: scsi-target-utils needs to disable glusterfs support for epel7 ppc64le/aarch64
Product: [Fedora] Fedora EPEL Reporter: Menanteau Guy <menantea>
Component: scsi-target-utilsAssignee: Andy Grover <agrover>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: agrover, mchristi, terje.rosten, yselkowi
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: scsi-target-utils-1.0.55-3.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-26 23:25:01 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: 1197165, 1285484    

Description Menanteau Guy 2015-04-07 12:48:09 UTC
I get a dependency error on glusterfs-api-devel when I try to build scsi-target-utils-1.0.55-2 on epel7 ppc64le (little endian).

Currently, glusterfs is not supported in epel7 ppc64/ppc64le but is supported on
fedora standard release.
Nevertheless, in scsi-target-utils.spec there is:

%ifnarch ppc64
%global with_glfs 1
%endif

leads to a build successful on epel7 ppc64 (big endian) but not on ppc64le (little endian)

A change like the following, on the EPEL source only !!! will be useful until glusterfs is supported on epel7 ppc64 and ppc64le.
 
%ifnarch %{power64}
%global with_glfs 1
%endif

Comment 1 Yaakov Selkowitz 2015-11-26 01:21:51 UTC
Same applies for aarch64, again for epel7 only.

Comment 2 Fedora Update System 2015-12-01 19:40:35 UTC
scsi-target-utils-1.0.55-3.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-ecd70ea01e

Comment 3 Fedora Update System 2015-12-03 04:20:47 UTC
scsi-target-utils-1.0.55-3.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update scsi-target-utils'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-ecd70ea01e

Comment 4 Fedora Update System 2015-12-26 23:24:55 UTC
scsi-target-utils-1.0.55-3.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.