From: Driele Neves Ribeiro <35274978+drneve@users.noreply.github.com> Date: Sat, 3 Mar 2018 00:21:22 +0000 (-0800) Subject: Update RPM System Packages (dotnet/core-setup#3739) X-Git-Tag: submit/tizen/20210909.063632~11032^2~843 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c60e93597c9fd60e6b8fc6c27465ee547d02d87;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update RPM System Packages (dotnet/core-setup#3739) * Update System Packages SLES * Update system packages rhel Commit migrated from https://github.com/dotnet/core-setup/commit/9ded13e9bd742c711b9bb2ffa97aa1ec2355b186 --- diff --git a/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_rhel.7-x64.json b/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_rhel.7-x64.json index c2672b9ce..bfb389e 100644 --- a/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_rhel.7-x64.json +++ b/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_rhel.7-x64.json @@ -34,6 +34,14 @@ "package_version": "" }, { + "package_name": "libicu", + "package_version": "" + }, + { + "package_name": "libunwind", + "package_version": "" + }, + { "package_name": "libcurl", "package_version": "" }] diff --git a/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json b/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json index af3937b..9bc2a47 100644 --- a/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json +++ b/src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_sles.12-x64.json @@ -34,6 +34,14 @@ "package_version": "" }, { + "package_name": "libicu52_1", + "package_version": "" + }, + { + "package_name": "libunwind", + "package_version": "" + }, + { "package_name": "libcurl4", "package_version": "" }]