Actions
Task #2784
closedPulp spec file does not contain a proper Source0
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
2.14.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
As it stands Pulp and Pulp plugins spec files do not contain correct Source0 URLs. This is in part because the releases have their git tag in the tarfile name hosted on github. I am proposing changing this so that the Source0 leads to the source and renames it to the expected name.
EG:
Currently Pulp-2.12.2 Source0 leads to:
https://github.com/pulp/pulp/archive/pulp-2.12.2.tar.gz
The change will have it go to:
https://codeload.github.com/pulp/pulp/tar.gz/pulp-2.12.2-1#/pulp-2.12.2.tar.gz
which will download the file and rename it to: pulp-2.12.2.tar.gz
Actions
Update spec files Source0
The Source0 currently does not lead to the correct source file. This updates the spec file and renames the source to what would be the expected source name.
ref #2784 https://pulp.plan.io/issues/2784