-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
5 changed files
with
141 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters