-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: provide more field support for rpms #79
Conversation
293d575
to
e4b8762
Compare
LGTM so far :D |
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
e4b8762
to
4b772d8
Compare
…e decide to enable it
Should be all good now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the hard work! It is looking great so far!
I did a few comments, let me know what you think!
Cheers
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
=========================================
Coverage ? 71.09%
=========================================
Files ? 5
Lines ? 467
Branches ? 0
=========================================
Hits ? 332
Misses ? 84
Partials ? 51
Continue to review full report at Codecov.
|
awesome, thanks! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
New RPM fields
Fixes
rpmpack
supports all the rpm file types, so we could extend this more latterCloses: #71 #54