Description
Is your feature request related to a problem? Please describe.
@dngray in twpayne/chezmoi#1800 requested that a project released with Goreleaser should be available in Copr. Copr builds RPMs for multiple RedHat-like distributions, and takes a source RPM (.src.rpm
) from a public website as input.
Right now, Goreleaser (building on nfpm) builds RPMs but not source RPMs.
Describe the solution you'd like
I would like Goreleaser to build source RPMs as an additional output.
Describe alternatives you've considered
- Adding custom code to my project's release process to generate the source RPM.
- Not implementing the user-requested feature.
Search
- I did search for other open and closed issues before opening this.
Code of Conduct
- I agree to follow this project's Code of Conduct
Additional context
I would be happy to implement this if you think it's a good idea.