View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018164 | CentOS-8 | -OTHER | public | 2021-04-19 12:39 | 2021-04-19 21:44 |
Reporter | fbacchella | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 8.3.2011 | ||||
Summary | 0018164: Wrong specfile | ||||
Description | I downloaded ceph-16.2.0-3.el8.src.rpm, extracted the spec file and found in many python-x packages, instead of python%{python3_pkgversion}: grep python- grep python- ceph.spec BuildRequires: python-bcrypt BuildRequires: python-pecan BuildRequires: python-cherrypy BuildRequires: python-routes Requires: python-cherrypy Requires: python-routes Requires: python-bcrypt Requires: python-pecan Requires: python-cherrypy Requires: python-kubernetes Requires: python-kubernetes Requires: python-remoto Provides: python-rgw = %{_epoch_prefix}%{version}-%{release} Obsoletes: python-rgw < %{_epoch_prefix}%{version}-%{release} Provides: python-rados = %{_epoch_prefix}%{version}-%{release} Obsoletes: python-rados < %{_epoch_prefix}%{version}-%{release} Provides: python-rbd = %{_epoch_prefix}%{version}-%{release} Obsoletes: python-rbd < %{_epoch_prefix}%{version}-%{release} Provides: python-cephfs = %{_epoch_prefix}%{version}-%{release} Obsoletes: python-cephfs < %{_epoch_prefix}%{version}-%{release} That's quite strange, as all uses of python are python%{python3_pkgversion}-... It's brakes installation of ceph-mgr: yum install ceph-mgr Last metadata expiration check: 0:34:59 ago on Mon Apr 19 14:03:40 2021. Error: Problem: package ceph-mgr-2:16.2.0-3.el8.x86_64 requires ceph-mgr-modules-core = 2:16.2.0-3.el8, but none of the providers can be installed - cannot install the best candidate for the job - nothing provides python-cherrypy needed by ceph-mgr-modules-core-2:16.2.0-3.el8.noarch - nothing provides python-bcrypt needed by ceph-mgr-modules-core-2:16.2.0-3.el8.noarch - nothing provides python-pecan needed by ceph-mgr-modules-core-2:16.2.0-3.el8.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) | ||||
Tags | No tags attached. | ||||
The latest/current version is ceph-16.2.0-5.el8. You may want to give it a try. | |
But if I have a look at https://vault.centos.org/8.3.2011/storage/Source/ceph-pacific/, I don't see that version. And neither in the mirror. So I think it's not published yet. I can't give it a try. |
|
Hot off the press :) https://cbs.centos.org/koji/buildinfo?buildID=32742 |
|
Indeed, the situation is better: %changelog .... * Wed Apr 14 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.2.0-4 - 16.2.0, python3-{cherrypy,bcrypt,pecan} |
|
By the way, the best place to report/ask issues/questions is the centos-devel mailing list. I'm afraid the bug tracker is hardly being monitored by the SIG people. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-19 12:39 | fbacchella | New Issue | |
2021-04-19 16:43 | toracat | Note Added: 0038396 | |
2021-04-19 17:18 | fbacchella | Note Added: 0038397 | |
2021-04-19 17:44 | toracat | Note Added: 0038398 | |
2021-04-19 17:47 | fbacchella | Note Added: 0038399 | |
2021-04-19 17:59 | toracat | Note Added: 0038400 | |
2021-04-19 21:44 | toracat | Status | new => resolved |
2021-04-19 21:44 | toracat | Resolution | open => no change required |