The fleet-commander-admin-0:0.10.8-3 RPM requires both Python 2 and Python 3: $ dnf repoquery --repo=rawhide --requires fleet-commander-admin | grep python python2 ... python3 Except in very special circumstances, there is no need for one package to drag in both Python stacks. Usually, this is a packaging error. The runtime requirement for python3 in the main package was added with the update to version 0.10.8 [0], is it really needed? Please split your package, or remove the stray dependencies. It's ok to do this in Rawhide only, however, it would be greatly appreciated if you could push it to Fedora 28 as well. If anything is unclear, or if you need any kind of assistance, you can ask on IRC (#fedora-python on Freenode), or reply here. We'll be happy to help investigating or fixing this issue! [0] https://src.fedoraproject.org/rpms/fleet-commander-admin/c/f1f22462be8519cf6f928587a810052e03b6af85?branch=master
The reason for this is the package contains one subpackage that depends on python3. fleet-commander-admin depends on python2 fleet-commander-logger depends on python3
Thanks for the reply, Oliver. The issue was created only for fleet-commander-admin subpackage, it has a runtime dependency on python3. You can reproduce it with: $ dnf repoquery --repo=rawhide --requires fleet-commander-admin | grep python python2 python2-dbus python2-gobject python2-ipa-desktop-profile-client python2-ipaclient >= 4.4.1 python2-ipalib >= 4.4.1 python2-libvirt python2-pexpect python3
Ok. I will check it and update the package. THanks for the advice.
fleet-commander-admin-0.10.8-5.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b2223557f0
fleet-commander-admin-0.10.8-5.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-010d81b064
fleet-commander-admin-0.10.8-5.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-94652f07ca
fleet-commander-admin-0.10.8-5.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b2223557f0
fleet-commander-admin-0.10.8-5.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-94652f07ca
fleet-commander-admin-0.10.8-5.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-010d81b064
fleet-commander-admin-0.10.8-5.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
fleet-commander-admin-0.10.8-5.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
fleet-commander-admin-0.10.8-5.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.
fleet-commander-admin-0.12.1-1.fc30 requires: × pygobject2 ✔ python3 fleet-commander-logger-0.12.1-1.fc30 requires: × /usr/bin/python2 ✔ python3 × is for python2, ✔ for python3
For admin I do not get the pygobject2 dependency $ dnf repoquery --repo=rawhide --requires fleet-commander-admin Fedora - Rawhide - Developmental packages for t 3.7 MB/s | 63 MB 00:17 Last metadata expiration check: 0:00:42 ago on Tue 27 Nov 2018 12:19:51 PM WET. python3 python3-dbus python3-gobject python3-ipa-desktop-profile-client python3-ipaclient >= 4.4.1 python3-ipalib >= 4.4.1 python3-libvirt python3-pexpect For logger I get: $ dnf repoquery --repo=rawhide --requires fleet-commander-logger | grep python Last metadata expiration check: 0:01:42 ago on Tue 27 Nov 2018 12:19:51 PM WET. /usr/bin/python2 python3 python3-dbus python3-gobject I will check the code again to check for any hashbangs I could still have set to python2.
I've fixed the hashbang for logger upstream. Now I need to package it. Next packaging is expected before year end.
Happy 2019! Can I help you with this? Should I fix the shebang in spec?
Hi Miro. I'm about to finish the next Fleet Commander admin version so I could package it and update the package. The fix has been already done in the code, but not updated in the package. I expect to update this before end of the month.
This bug appears to have been reported against 'rawhide' during the Fedora 30 development cycle. Changing version to '30.
fleet-commander-admin-0.14.0-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-817ca4879c
fleet-commander-admin-0.14.0-2.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-266c37d114
$ ls fleet-commander-* fleet-commander-admin-0.14.0-2.fc30.noarch.rpm fleet-commander-logger-0.14.0-2.fc30.noarch.rpm $ rpm -qp --requires fleet-commander-* | grep py python3 python3-dbus python3-dns python3-gobject python3-ipa-desktop-profile-client python3-ipaclient >= 4.4.1 python3-ipalib >= 4.4.1 python3-ldap python3-libvirt python3-pexpect python3-samba python3 python3-dbus python3-gobject Thanks!
fleet-commander-admin-0.14.0-2.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-266c37d114
fleet-commander-admin-0.14.0-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-817ca4879c
fleet-commander-admin-0.14.0-2.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.
fleet-commander-admin-0.14.0-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.