Bug 1615391
| Summary: | vdsm now builds packages with exact distro requires, failing on el7.centos and el7.centos.p suffixes, causing dependency resolution failures | ||
|---|---|---|---|
| Product: | [oVirt] vdsm | Reporter: | Sandro Bonazzola <sbonazzo> |
| Component: | Packaging.rpm | Assignee: | Martin Perina <mperina> |
| Status: | CLOSED NOTABUG | QA Contact: | Raz Tamir <ratamir> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.20.31 | CC: | bugs |
| Target Milestone: | ovirt-4.2.6 | Keywords: | Regression |
| Target Release: | --- | Flags: | sbonazzo:
ovirt-4.2?
sbonazzo: blocker? |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-13 14:24:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sandro Bonazzola
2018-08-13 13:49:03 UTC
This affects x86_64 too requiring exactly .el7 instead of .el7.centos: 15:30:23 Error: Package: vdsm-4.20.37-1.el7.x86_64 (ovirt-4.2-pre) 15:30:23 Requires: vdsm-hook-vmfex-dev = 4.20.37-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.9.3-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.9.3-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.13-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.13-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.14-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.14-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.17-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.17-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.18-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.18-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.19-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.19-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.20-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.20-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.22-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.22-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.23-1.el7.noarch (ovirt-4.2-centos-ovirt42) 15:30:23 vdsm-hook-vmfex-dev = 4.20.23-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.23-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.23-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.27.1-1.el7.centos.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.27.1-1.el7.centos 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.32-1.el7.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.32-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.33-1.el7.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.33-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.34-1.el7.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.34-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.35-1.el7.noarch (ovirt-4.2) 15:30:23 vdsm-hook-vmfex-dev = 4.20.35-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.36-1.el7.noarch (ovirt-4.2-pre) 15:30:23 vdsm-hook-vmfex-dev = 4.20.36-1.el7 15:30:23 Available: vdsm-hook-vmfex-dev-4.20.37-1.el7.noarch (ovirt-4.2-pre) 15:30:23 vdsm-hook-vmfex-dev = 4.20.37-1.el7 15:30:23 Installing: vdsm-hook-vmfex-dev-4.20.37-1.el7.centos.p.noarch (ovirt-4.2-pre) 15:30:23 vdsm-hook-vmfex-dev = 4.20.37-1.el7.centos.p It turned out being a centos regression. vdsm has been built with bugged centos-release-7-5.1804.1.el7.centos.p.ppc64le.rpm causing serious issues in dependency resoultions. A new centos-release rpm is being worked on, currently ON_QA, fixing the issue and introducing Power 9 support. Closing here as not a bug, will work on this on CentOS side. |