Bug 2185462

Summary: python-croniter fails to build, sources are missing
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-croniterAssignee: Alan Pevec <apevec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: amoralej, apevec, openstack-sig, thomas.andrejak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-04-10 07:22:23 UTC Type: Bug
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: 2117176, 2135404, 2168842    

Description Miro Hrončok 2023-04-09 17:24:13 UTC
Since this commit: https://src.fedoraproject.org/rpms/python-croniter/c/e58078b0fac997008ec639fcc6d0a2853c39b3e4?branch=rawhide the package does not even produce valid SRPM, because the sources are missing.

The releng's attempt to rebuild the package during the mass rebuild failed as well.

Now, it's impossible to check whether the packager builds e.g. with pytest 7.3.0 or with Python 3.12.



$ fedpkg srpm
Not downloading unused croniter-1.3.4.tar.gz

setting SOURCE_DATE_EPOCH=1674172800
error: Bad file: .../python-croniter/croniter-1.3.8.tar.gz: No such file or directory

Comment 2 Miro Hrončok 2023-04-10 08:30:47 UTC
Thanks!