Bug 2404978

Summary: F44FailsToInstall: python3-cepces
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: cepcesAssignee: Ding-Yi Chen <dchen>
Status: CLOSED ERRATA QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
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!

Comment 1 Andreas Schneider 2025-10-20 12:53:54 UTC
I think this is a false positive. cepces was built with requests-gssapi 1.4.0 in a side-tag!

Comment 2 Miro Hrončok 2025-10-20 13:17:05 UTC
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

Comment 3 Miro Hrončok 2025-10-20 13:21:01 UTC
$ 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

Comment 4 Andreas Schneider 2025-10-20 13:51:04 UTC
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

Comment 5 Fedora Update System 2025-10-20 20:44:19 UTC
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

Comment 6 Fedora Update System 2025-10-21 01:59:04 UTC
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.

Comment 7 Fedora Fails To Install 2025-10-21 15:31:49 UTC
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!

Comment 8 Fedora Update System 2025-10-25 21:11:44 UTC
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.