Open
Description
Description
I am trying to package the pbench-agent v0.71 for Fedora. The following issues were encountered with the release tarball.
- Released tarball v0.71.0 size is 176M and has whole repo instead of just pbench-agent
- As per Fedora packaging guideline, we have to reference Source as it is in SPEC file and SRPM
- This will make resulting tarball very big
- Checking SRPM of pbench-agent v0.71 from pbench-agent-0.71.0-3g85910732a.src.rpm uses a custom release of
pbench-agent-0.71.0.tar.gz
(360K) but its not uploaded anywhere, so no reference download link for it - Custom release of
pbench-agent-0.71.0.tar.gz
does not contain aLICENSE
file
To Reproduce
Download Release tarball or SRPM from ndokos/pbench
COPR project (RPM repository).
Actual Results
Official release tarball is 176M and has many files not used to build the pbench-agent RPM.
Custom built pbench-agent-0.71.tar.gz
is not officially uploaded anywhere, and also does not contain a LICENSE
file.
Expected Results
Release pbench-agent 0.71 specific tarball and upload it to GitHub.
Additional information
None