diff --git a/auditwheel/policy/policy.json b/auditwheel/policy/policy.json index 59ae266a..ed37aafe 100644 --- a/auditwheel/policy/policy.json +++ b/auditwheel/policy/policy.json @@ -7,10 +7,15 @@ {"name": "manylinux1", "priority": 100, "symbol_versions": { - "GLIBC": "2.5", - "CXXABI": "3.4.8", - "GLIBCXX": "3.4.9", - "GCC": "4.2.0"}, + "GLIBC": ["2.0", "2.1", "2.1.1", "2.1.2", "2.1.3", "2.2", "2.2.1", + "2.2.2", "2.2.3", "2.2.4", "2.2.5", "2.2.6", "2.3", "2.3.2", + "2.3.3", "2.3.4", "2.4", "2.5"], + "CXXABI": ["1.3", "1.3.1"], + "GLIBCXX": ["3.4", "3.4.1", "3.4.2", "3.4.3", "3.4.4", "3.4.5", "3.4.6", + "3.4.7", "3.4.8"], + "GCC": ["3.0", "3.3", "3.3.1", "3.4", "3.4.2", "3.4.4", "4.0.0", + "4.2.0"] + }, "lib_whitelist": [ "libpanelw.so.5", "libncursesw.so.5", "libgcc_s.so.1",