From a6df68559fd91f3bf3273c5e46d1c6a7b2132b8c Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 21 Sep 2015 20:28:38 -0700 Subject: [PATCH] Linux: Depend on liberation-fonts package for RPMs. The previous try in r342645 was reverted because Fedora did not have a liberation-fonts virtual package. Fedora has since added the missing virtual pacakge per our request to supported distros - Fedora 21 and newer. So now we can fix the mismatch vs .debs, which added this dependency in r342854. BUG=369991 Review URL: https://codereview.chromium.org/1358903005 Cr-Commit-Position: refs/heads/master@{#350101} --- chrome/installer/linux/rpm/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome/installer/linux/rpm/build.sh b/chrome/installer/linux/rpm/build.sh index f58799b89223..43996448d3cc 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, \ -- 2.11.4.GIT