mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
[PR #26] [MERGED] Don't add empty arrays to the RPM metadata. #177
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?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/26
Author: @qmfrederik
Created: 10/13/2017
Status: ✅ Merged
Merged: 10/13/2017
Merged by: @qmfrederik
Base:
master← Head:fixes/rhel📝 Commits (1)
4140827Don't add empty arrays to the RPM metadata.📊 Changes
1 file changed (+29 additions, -29 deletions)
View changed files
📝
Packaging.Targets/Rpm/RpmMetadata.cs(+29 -29)📄 Description
Newer versions of RPM don't like arrays with a length of 0 in the metadata. Instead:
We'd hit this issue when writing, for example, file dependencies - we register none for .NET packages, so this would generate empty arrays.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.