Bug 1704207
| Summary: | [RHEL 6] On RHEL 6.10 redhat-storage-server installation is failing due to python dependency "python2-prettytable" for glusterfs-geo-replication package | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Bala Konda Reddy M <bmekala> |
| Component: | build | Assignee: | Rinku <rkothiya> |
| Status: | CLOSED ERRATA | QA Contact: | Kshithij Iyer <kiyer> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | rhgs-3.5 | CC: | amukherj, kiyer, nchilaka, rcyriac, rhs-bugs, rkothiya, sgirijan, storage-qa-internal |
| Target Milestone: | --- | Keywords: | AutomationBlocker, Regression |
| Target Release: | RHGS 3.5.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-6.0-7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-12-02 07:00:39 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: | 1696903 | ||
|
Description
Bala Konda Reddy M
2019-04-29 10:24:24 UTC
Below code is used in glusterfs spec file(upstream) to decide prefix for python dependency package names. I think this needs to be changed to empty string in case of RHEL6/CentOS6
```
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} > 7 )
%global _usepython3 1
%global _pythonver 3
%else
%global _usepython3 0
%global _pythonver 2
%endif
```
This can be confirmed by running,
```
yum search prettytable | grep python
```
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:4022 |