* fix(rpm): replace - with _ on version
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix(rpm): version
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix(rpm): desc, summary and group
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: added test cases
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* clean: remove last mentions to rpmbuild
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: goproxy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: properly add the PostRemove script, not the PostInstall script
* feat: provide more field support for rpms
New RPM fields
---
* Description
* OS <= info.Platform
* Licence
* URL <= info.Homepage
* Vendor
* Packager <= info.Maintainer
* Provides
* Require <= info.Depends
* Obsolete <= info.Replaces
* Suggests
* Conflicts
Fixes
---
* RPM Compression types are supported again
* RPM Config files are supported again
* `rpmpack` will support all the rpm file types, so we could extend this more latter
* chore: disable wsl (a new linter in 1.20.x got golangci-lint) until we decide to enable it
* chore: address PR comments