Fill RPM Vendor from Authors project property #47

Closed
opened 2026-01-29 16:28:03 +00:00 by claunia · 3 comments
Owner

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 Authors project property.

The idea is to apply the same general metadata as for nuget (where Authors applies).

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](https://github.com/qmfrederik/dotnet-packaging/blob/8cb6b26154965a2db827cb215136946c3e6eb789/Packaging.Targets/Rpm/RpmPackageCreator.cs#L370) and see this: ```metadata.Vendor = string.Empty;``` I'd propose to fill it from `Authors` project property. The idea is to apply the same general metadata as for nuget (where `Authors` applies).
Author
Owner

@qmfrederik commented on GitHub (Feb 15, 2019):

That sounds good to me, do you want to file a pull request?

@qmfrederik commented on GitHub (Feb 15, 2019): That sounds good to me, do you want to file a pull request?
Author
Owner

@stop-cran commented on GitHub (Feb 18, 2019):

Ok, I can do that!

@stop-cran commented on GitHub (Feb 18, 2019): Ok, I can do that!
Author
Owner

@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!

@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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#47