mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Fill RPM Vendor from Authors project property #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stop-cran on GitHub (Jan 31, 2019).
As I see, RPM vendor is always empty for the created packages. I've checked the source and see this:
metadata.Vendor = string.Empty;I'd propose to fill it from
Authorsproject property.The idea is to apply the same general metadata as for nuget (where
Authorsapplies).@qmfrederik commented on GitHub (Feb 15, 2019):
That sounds good to me, do you want to file a pull request?
@stop-cran commented on GitHub (Feb 18, 2019):
Ok, I can do that!
@qmfrederik commented on GitHub (Apr 30, 2019):
@stop-cran I'm closing this issue as I think it has been fixed by #92. Let me know if that's not the case!