Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: provide more field support for rpms #79

Merged

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    9c548ee View commit details
    Browse the repository at this point in the history
  2. 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
    Dj Gilcrease committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    4b772d8 View commit details
    Browse the repository at this point in the history
  3. chore: disable wsl (a new linter in 1.20.x got golangci-lint) until w…

    …e decide to enable it
    Dj Gilcrease committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    52dd742 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. chore: address PR comments

    Dj Gilcrease committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    12f49a7 View commit details
    Browse the repository at this point in the history