| Index: chrome/installer/linux/rpm/build.sh
|
| diff --git a/chrome/installer/linux/rpm/build.sh b/chrome/installer/linux/rpm/build.sh
|
| index f58799b89223afc981408246abd4b3060aecaacd..43996448d3cc15ff6388861c48027ef06f273f34 100755
|
| --- a/chrome/installer/linux/rpm/build.sh
|
| +++ b/chrome/installer/linux/rpm/build.sh
|
| @@ -126,11 +126,9 @@ do_package() {
|
| # https://qa.mandriva.com/show_bug.cgi?id=55714
|
| # https://bugzilla.redhat.com/show_bug.cgi?id=538158
|
| # https://bugzilla.novell.com/show_bug.cgi?id=556248
|
| - #
|
| - # We want to depend on liberation-fonts as well, but there is no such package
|
| - # for Fedora. https://bugzilla.redhat.com/show_bug.cgi?id=1252564
|
| DEPENDS="lsb >= 4.0, \
|
| libcurl.so.4${EMPTY_VERSION}${PKG_ARCH}, \
|
| + liberation-fonts, \
|
| libnss3.so(NSS_3.14.3)${PKG_ARCH}, \
|
| wget, \
|
| xdg-utils, \
|
|
|