Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (cepces) Fails To Install in Fedora 44: can't install python3-cepces: - nothing provides python3dist(requests-gssapi) >= 1.4.0 needed by python3-cepces-0.3.10-1.fc44.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-44-x86_64 --config-opts mirrored=False install python3-cepces P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
I think this is a false positive. cepces was built with requests-gssapi 1.4.0 in a side-tag!
This is not a false positive. python3-cepces manually Requires python3dist(requests-gssapi) >= 1.4.0 python3-requests-gssapi automatically Provides python3dist(requests-gssapi) = 1.4. $ rpmdev-vercmp 1.4.0 1.4 1.4.0 > 1.4 Ergo, nothing provides python3dist(requests-gssapi) >= 1.4.0 needed by python3-cepces-0.3.10-1.fc44.noarch
$ repoquery -q --repo=koji44 --requires python3-cepces python(abi) = 3.14 python3.14dist(cryptography) >= 1.2 python3.14dist(keyring) python3.14dist(requests) python3.14dist(requests-gssapi) >= 1.4 python3dist(cryptography) >= 1.2 python3dist(gssapi) python3dist(requests) python3dist(requests-gssapi) >= 1.4.0 The python3dist ones are manually specified in the specfiel, redundant, and in case of requests-gssapi -- incorrect. A solution is to remove all the manual Requires from the specfile. See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Automatically-generated-dependencies > Dependencies covered by the generators SHOULD NOT be repeated in the .spec file. -Requires: python3dist(cryptography) >= 1.2 -Requires: python3dist(requests) -Requires: python3dist(gssapi) -Requires: python3dist(requests-gssapi) >= 1.4.0
Thanks for the explanation! I removed it and it looks correct now: rpm -q --requires results_cepces/0.3.10/2.fc44/python3-cepces-0.3.10-2.fc44.noarch.rpm python(abi) = 3.14 python3.14dist(cryptography) >= 1.2 python3.14dist(keyring) python3.14dist(requests) python3.14dist(requests-gssapi) >= 1.4 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsZstd) <= 5.4.18-1
FEDORA-2025-6e05a657ab (cepces-0.3.10-2.fc43 and python-requests-gssapi-1.4.0-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-6e05a657ab
FEDORA-2025-6e05a657ab has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-6e05a657ab` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-6e05a657ab See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 44. Thanks for taking care of it!
FEDORA-2025-6e05a657ab (cepces-0.3.10-2.fc43 and python-requests-gssapi-1.4.0-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.