mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
"nothing provides openssl-libs" when targeting SuSE Linux / openSuSE #87
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 @claunia on GitHub (Nov 11, 2020).
See as in https://github.com/MicrosoftDocs/PowerShell-Docs/issues/2994
@qmfrederik commented on GitHub (Dec 9, 2020):
The package name for SuSE/OpenSUSE appears to be "libopenssl1_1": https://github.com/dotnet/core-setup/blob/master/src/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json#L33?
Should we change this:
to:
?
@Terricide commented on GitHub (Mar 18, 2021):
I just downloaded the source code and made the change and it doesn't seem to work. Is it suppose to? Or was it just an idea?
@Terricide commented on GitHub (Mar 18, 2021):
Nevermind I think I figured it out :) Needed to edit the file on my build machine
@Terricide commented on GitHub (Mar 19, 2021):
Actually it doesn't work I get
Problem: nothing providers (openssl-libs or libopenssl1_1) >= needed by x
I also tried uppercase OR and removing Version=""
@jamsoft commented on GitHub (Jun 27, 2024):
Did anyone find a solution to this?
@atauenis commented on GitHub (Jan 2, 2025):
My workaround for this is just: