Remove libuuid dependency from runtime-deps package. (dotnet/core-setup#3806)
authorRakesh Singh <raksingh@microsoft.com>
Fri, 9 Mar 2018 18:44:31 +0000 (10:44 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Mar 2018 18:44:31 +0000 (10:44 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/6ce618d3382719d123b07c85bdc757102f07bd61

src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json
src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_linuxmint.7-x64.json
src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_linuxmint.8-x64.json
src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json
src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json
src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.10-x64.json
src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.18.04-x64.json
src/installer/pkg/packaging/rpm/dotnet-runtime-deps-rpm_config_centos.7-x64.json

index 1f787a5..12db288 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.2" : {},
         "libicu57": {} 
index 7c6024a..5246fb1 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.0" : {},
         "libicu52": {} 
index 4e85089..7157bd7 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.0" : {},
         "libicu55": {} 
index 02ca6f0..331bdf8 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.0" : {},
         "libicu52": {} 
index 793a01c..b04b79e 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.0" : {},
         "libicu55": {} 
index 27fbc56..e5e2f8e 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.0" : {},
         "libicu57": {} 
index 0aeb261..664a71e 100644 (file)
@@ -36,7 +36,6 @@
         "liblttng-ust0":{},
         "libstdc++6":{},
         "libunwind8":{},
-        "libuuid1":{},
         "zlib1g":{},
         "libssl1.0.0" : {},
         "libicu60": {} 
index fa7c78d..bfb389e 100644 (file)
@@ -44,9 +44,5 @@
     {
         "package_name": "libcurl",
         "package_version": ""
-    },
-    {
-        "package_name": "libuuid",
-        "package_version": ""
     }]
 }