From 5697d4035282b17dd5cd31bcb74402354e53ef7e Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 22 May 2019 11:07:35 -0700 Subject: [PATCH] Move runtime-deps to openssl 1.1: support SLES 15 (#6250) SLES 12 has both libopenssl1_0_0 and libopenssl1_1, but SLES 15 moved 1_0_0 to the legacy module. Changing the RPM to 1_1 allows a single RPM to work by default with 12 and 15. --- .../rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json b/src/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json index c448463d84..6fcc697225 100644 --- a/src/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json +++ b/src/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json @@ -30,7 +30,7 @@ }, "rpm_dependencies":[{ - "package_name": "libopenssl1_0_0", + "package_name": "libopenssl1_1", "package_version": "" }, {