1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-19 05:06:20 +02:00
Commit Graph

221 Commits

Author SHA1 Message Date
Carlos Alexandro Becker 6ef61041eb
fix: bump rpmpack (#110)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-24 11:24:43 -03:00
Carlos Alexandro Becker 96fe04ee46
fix: tidy deps
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-20 13:18:13 -03:00
dependabot-preview[bot] ce77a2cbc8 chore(deps): bump github.com/Masterminds/semver/v3 from 3.0.1 to 3.0.2 (#106)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20 13:17:54 -03:00
dependabot-preview[bot] c8eb33b40d chore(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (#107)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.7.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20 13:13:51 -03:00
Carlos Alexandro Becker f5f0a26477
fix(rpm): build time and build host
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-06 11:54:35 -03:00
dependabot-preview[bot] 1b1448f9f8 chore(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 (#102)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 09:41:43 -03:00
Carlos Alexandro Becker 92cd25d767
fix(rpm): with defaults: fix version and pre-release (#101)
* 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>
2019-11-05 09:38:13 -03:00
Carlos Alexandro Becker 2dea0cedb8
fix(rpm): desc, summary and group (#99)
* 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>
2019-11-04 23:56:18 -03:00
Carlos Alexandro Becker 93fbef5015
chore(deps): tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-01 11:54:51 -03:00
Carlos Alexandro Becker 98a9b28f6f
chore(deps): update rpmpack
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-01 11:43:06 -03:00
Carlos Alexandro Becker 7cc6be1c6b
fix: rpm groups (#92)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-23 14:03:35 -03:00
Dj Gilcrease b47eac0b54
Merge pull request #85 from djgilcrease/bugfix/issue-50
fix: parse the version as a semver
2019-10-09 18:11:58 -07:00
Carlos Alexandro Becker d29b42a9de
clean: remove last mentions to rpmbuild (#84)
* 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>
2019-10-09 16:30:17 -03:00
Dj Gilcrease 03193b2ab0 feat: provide more field support for rpms (#79)
* 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
2019-10-09 16:10:05 -03:00
Carlos Alexandro Becker 7a174b2de1
bump: deps (#81)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-05 09:46:58 -03:00
renovate[bot] d3e2c4f776 chore(deps): update github.com/alecthomas/units commit hash to f65c72e (#73) 2019-10-03 09:39:16 -03:00
renovate[bot] aa2f99138a chore(deps): update github.com/google/rpmpack commit hash to 4fb3ac7 (#74) 2019-10-03 09:38:48 -03:00
Carlos Alexandro Becker 793528c997
fix: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-09-10 15:03:53 -03:00
Dj Gilcrease 55c08981e6 feat: create RPM without rpmbuild (#67)
* feat(40): Create RPM without rpmbuild

* chore: update go.mod to remove the replace section now that the dependent MR has been merged
2019-09-10 15:01:43 -03:00
Carlos Alexandro Becker 20c1238eec
fix: build, tidy 2018-10-30 23:30:54 -03:00
Carlos Alexandro Becker 9bd8145ab5 chore: go modules 2018-10-29 09:34:39 -03:00