mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Error during upgrade for rpm package created using dotnet-rpm #154
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 @Nair-Sunil on GitHub (Mar 25, 2025).
I have a dotnet core web api project which is a cross platform running on both Windows and Linux. For Linux, I create an rpm package for distribution of the binaries. Couple of weeks back I created a new build for the project, packaged into rpm and tried upgrading the existing deployment. I was facing an error as below:
command: rpm -Uvh .rpm
file /usr/lib/...dll from install of conflicts with file from package
The binaries have been modified to reflect the latest version which reflects in the file details section. The error is with the binaries generated by the dll which are a part of the solution file. The system dlls dont show these errors.
Please provide any pointers if possible to solve this issue. In case of any information required I can provide.