Bug 1793491

Summary: upt sources vs. spec version mismatch
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: uptAssignee: Jeremy Bertozzi <jeremy.bertozzi>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cstratak, jeremy.bertozzi, mhroncok
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: 2020-01-26 13:40:03 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: 1750908, 1785415    

Description Miro Hrončok 2020-01-21 13:35:16 UTC
upt fails to build

$ fedpkg prep
error: Bad source: .../upt/upt-0.10.4.tar.gz: No such file or directory
Could not execute prep: Failed to execute command.


$ cat sources 
SHA512 (upt-0.10.3.tar.gz) = 0f7056518672b1aa6bfaaf4f1415ed77e4099e0df24e135d806d6117b9808b633a38a4231d3e84fe8e0b79248b28fea76bcd2b6dd1110f1b6b298db91b45f3b2


The latest cahngelog is:

Fri Jan 10 2020 Jeremy Bertozzi <jeremy.bertozzi> - 0.10.3-4
 - Bump release due to weird state in Koji

But it was the version bumped, not release:

https://src.fedoraproject.org/rpms/upt/c/111fa7074d6c6e69d236ec0f7e3b8b2c08828e30?branch=master

Could you please either review and upload new sources or change the package version to match what is expected here? I am not sure what was the reasoning here.


This blocks the Python 3.9 rebuild.

Thanks.

Comment 1 Jeremy Bertozzi 2020-01-26 08:16:13 UTC
It is fixed, was working on EPEL7 branch and forgot to push to master.

> I am not sure what was the reasoning here.

My mistake, I accidentally bumped the version instead of the release...

This should be OK now.

https://koji.fedoraproject.org/koji/taskinfo?taskID=41027876

Comment 2 Miro Hrončok 2020-01-26 13:40:03 UTC
Thanks.