Bug 2404978
| Summary: | F44FailsToInstall: python3-cepces | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | cepces | Assignee: | Ding-Yi Chen <dchen> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | asn, dchen, mhroncok, rcritten |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cepces-0.3.10-2.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-10-21 15:31:49 UTC | Type: | --- |
| 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: | 2384425 | ||
|
Description
Fedora Fails To Install
2025-10-19 08:00:22 UTC
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. |