| Index: chrome/installer/linux/rpm/build.sh
|
| diff --git a/chrome/installer/linux/rpm/build.sh b/chrome/installer/linux/rpm/build.sh
|
| index 89709f765e4d7024cdc69c1ca2998c357fbdfa22..8f7e6ead17674fd26b41b00edc272e7220a3cd2d 100755
|
| --- a/chrome/installer/linux/rpm/build.sh
|
| +++ b/chrome/installer/linux/rpm/build.sh
|
| @@ -130,8 +130,6 @@ do_package() {
|
|
|
| # lsb implies many dependencies.
|
| #
|
| - # libcurl was for NPAPI Flash. TODO(thestig): Remove?
|
| - #
|
| # nss (bundled) is optional in LSB 4.0. Also specify a more recent version
|
| # for security and stability updates.
|
| #
|
| @@ -155,7 +153,6 @@ do_package() {
|
| # TODO(thestig): Use the liberation-fonts package once its available on all
|
| # supported distros.
|
| DEPENDS="lsb >= 4.0, \
|
| - libcurl.so.4${EMPTY_VERSION}${PKG_ARCH}, \
|
| libnss3.so(NSS_3.19.1)${PKG_ARCH}, \
|
| libstdc++.so.6(GLIBCXX_3.4.18)${PKG_ARCH}, \
|
| wget, \
|
|
|