Fill RPM Vendor from Authors project property #44

Open
opened 2026-01-29 16:27:59 +00:00 by claunia · 0 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).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#44