diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 00:03:14 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 00:03:14 +0000 |
commit | 6654875c8303499261f7724c57f2c2bae046bbd9 (patch) | |
tree | d90198b07b952cc97d6a3f59639770bab9e64ba0 | |
parent | a5c06d8648e153847e512fb1f1a626d40d696ab2 (diff) | |
download | chromium_src-6654875c8303499261f7724c57f2c2bae046bbd9.zip chromium_src-6654875c8303499261f7724c57f2c2bae046bbd9.tar.gz chromium_src-6654875c8303499261f7724c57f2c2bae046bbd9.tar.bz2 |
Adjust expected package dependencies for Ubuntu Precise (patch 2)
This takes into account lower glibc requirement thanks to sysroot.
BUG=170262
R=wez@chromium.org
Review URL: https://codereview.chromium.org/17434005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207121 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/installer/linux/debian/expected_deps_x64 | 2 | ||||
-rw-r--r-- | chrome/installer/linux/rpm/expected_deps_x86_64 | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/chrome/installer/linux/debian/expected_deps_x64 b/chrome/installer/linux/debian/expected_deps_x64 index 0f29605..0e16912 100644 --- a/chrome/installer/linux/debian/expected_deps_x64 +++ b/chrome/installer/linux/debian/expected_deps_x64 @@ -1,7 +1,7 @@ gconf-service libasound2 (>= 1.0.23) libatk1.0-0 (>= 1.12.4) -libc6 (>= 2.15) +libc6 (>= 2.11) libcairo2 (>= 1.6.0) libcups2 (>= 1.4.0) libdbus-1-3 (>= 1.2.14) diff --git a/chrome/installer/linux/rpm/expected_deps_x86_64 b/chrome/installer/linux/rpm/expected_deps_x86_64 index 40b2323..e1cc80c 100644 --- a/chrome/installer/linux/rpm/expected_deps_x86_64 +++ b/chrome/installer/linux/rpm/expected_deps_x86_64 @@ -5,8 +5,6 @@ libatk-1.0.so.0()(64bit) libcairo.so.2()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) -libc.so.6(GLIBC_2.14)(64bit) -libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.3)(64bit) |