Open claunia opened 4 years ago
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:
<RpmDotNetDependency Include="openssl-libs" Version="" />
to:
<RpmDotNetDependency Include="(openssl-libs OR libopenssl1_1)" Version="" />
?
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?
Nevermind I think I figured it out :) Needed to edit the file on my build machine
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=""
Did anyone find a solution to this?
See as in https://github.com/MicrosoftDocs/PowerShell-Docs/issues/2994