mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
More cleanup for armhfp and aarch64 rpm hardcoded dependencies (#111253)
* Adjust hardcoded rpm dependecies for aarch64 to what is minimally available in CentOS7 and CentOS8 * Cleanup some hardcoded rpm dependecies for armv7hl to what is minimally available in CentOS7 and CentOS8, may need more work Co-authored-by: Pablo Greco <pgreco@centosproject.org>
This commit is contained in:
committed by
GitHub
parent
41ef01de56
commit
00eea33b23
@@ -67,9 +67,7 @@
|
||||
],
|
||||
"aarch64": [
|
||||
"libpthread.so.0()(64bit)",
|
||||
"libpthread.so.0(GLIBC_2.2.5)(64bit)",
|
||||
"libpthread.so.0(GLIBC_2.3.2)(64bit)",
|
||||
"libpthread.so.0(GLIBC_2.3.3)(64bit)",
|
||||
"libpthread.so.0(GLIBC_2.17)(64bit)",
|
||||
"libgtk-3.so.0()(64bit)",
|
||||
"libgdk-x11-2.0.so.0()(64bit)",
|
||||
"libatk-1.0.so.0()(64bit)",
|
||||
@@ -112,29 +110,21 @@
|
||||
"libstdc++.so.6(GLIBCXX_3.4.15)(64bit)",
|
||||
"libstdc++.so.6(GLIBCXX_3.4.9)(64bit)",
|
||||
"libm.so.6()(64bit)",
|
||||
"libm.so.6(GLIBC_2.2.5)(64bit)",
|
||||
"libm.so.6(GLIBC_2.17)(64bit)",
|
||||
"libgcc_s.so.1()(64bit)",
|
||||
"libgcc_s.so.1(GCC_3.0)(64bit)",
|
||||
"libgcc_s.so.1(GCC_4.0.0)(64bit)",
|
||||
"libc.so.6()(64bit)",
|
||||
"libc.so.6(GLIBC_2.11)(64bit)",
|
||||
"libc.so.6(GLIBC_2.2.5)(64bit)",
|
||||
"libc.so.6(GLIBC_2.3)(64bit)",
|
||||
"libc.so.6(GLIBC_2.3.2)(64bit)",
|
||||
"libc.so.6(GLIBC_2.3.4)(64bit)",
|
||||
"libc.so.6(GLIBC_2.4)(64bit)",
|
||||
"libc.so.6(GLIBC_2.6)(64bit)",
|
||||
"libc.so.6(GLIBC_2.7)(64bit)",
|
||||
"libc.so.6(GLIBC_2.9)(64bit)",
|
||||
"libc.so.6(GLIBC_2.17)(64bit)",
|
||||
"libxcb.so.1()(64bit)",
|
||||
"libxkbfile.so.1()(64bit)",
|
||||
"libsecret-1.so.0()(64bit)"
|
||||
],
|
||||
"armv7hl": [
|
||||
"libpthread.so.0()",
|
||||
"libpthread.so.0(GLIBC_2.2.5)",
|
||||
"libpthread.so.0(GLIBC_2.3.2)",
|
||||
"libpthread.so.0(GLIBC_2.3.3)",
|
||||
"libpthread.so.0(GLIBC_2.4)",
|
||||
"libpthread.so.0(GLIBC_2.11)",
|
||||
"libpthread.so.0(GLIBC_2.12)",
|
||||
"libgtk-3.so.0()",
|
||||
"libgdk-x11-2.0.so.0()",
|
||||
"libatk-1.0.so.0()",
|
||||
@@ -177,16 +167,13 @@
|
||||
"libstdc++.so.6(GLIBCXX_3.4.15)",
|
||||
"libstdc++.so.6(GLIBCXX_3.4.9)",
|
||||
"libm.so.6()",
|
||||
"libm.so.6(GLIBC_2.2.5)",
|
||||
"libm.so.6(GLIBC_2.4)",
|
||||
"libm.so.6(GLIBC_2.15)",
|
||||
"libgcc_s.so.1()",
|
||||
"libgcc_s.so.1(GCC_3.0)",
|
||||
"libgcc_s.so.1(GCC_4.0.0)",
|
||||
"libc.so.6()",
|
||||
"libc.so.6(GLIBC_2.11)",
|
||||
"libc.so.6(GLIBC_2.2.5)",
|
||||
"libc.so.6(GLIBC_2.3)",
|
||||
"libc.so.6(GLIBC_2.3.2)",
|
||||
"libc.so.6(GLIBC_2.3.4)",
|
||||
"libc.so.6(GLIBC_2.4)",
|
||||
"libc.so.6(GLIBC_2.6)",
|
||||
"libc.so.6(GLIBC_2.7)",
|
||||
|
||||
Reference in New Issue
Block a user