Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7722)

Unified Diff: chrome/installer/linux/rpm/build.sh

Issue 1358903005: Linux: Depend on liberation-fonts package for RPMs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698