summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authortomas.popela <tomas.popela@gmail.com>2015-11-02 17:34:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-03 01:34:39 +0000
commite93d356a15a23632b7b18bfaae9eb5cff43ae015 (patch)
tree7231d1c664a442f8d217e152c3c55a84ebf735da /AUTHORS
parentb9d05fc6a61e078dd9463b9410fc0d86800617cb (diff)
downloadchromium_src-e93d356a15a23632b7b18bfaae9eb5cff43ae015.zip
chromium_src-e93d356a15a23632b7b18bfaae9eb5cff43ae015.tar.gz
chromium_src-e93d356a15a23632b7b18bfaae9eb5cff43ae015.tar.bz2
Fix the RPM SPEC files for beta and unstable packages
Before this change the beta and unstable rpm packages were without an icon as both were correctly specifying the correct name in desktop file (Icon=google-chrome-beta resp. Icon=google-chrome-unstable) but icon with that name was never installed. As a consequence installing the Chrome stable and beta rpm packages and later removing the beta package would remove the icon and left the stable installation without any (as both were using the same name without channel: google-chrome). To fix the issue we need to define the PACKAGE variable in rpm/build.sh the same way as in debian/build.sh so when we start to process the postinst.include template (that is included from chrome.spec.template) the PACKAGE variables is replaced with correct value (google-chrome for stable otherwise google-chrome-beta or google-chrome-unstable) on not just google-chrome for all channels as previously. Also replace the PACKAGE_FILENAME usages in rpm/chrome.spec.template with PACKAGE when it finally contains the right value and use the PACKAGE_FILENAME just to specify the package name (where the channel is suffixed in the name even for the stable channel). BUG=529008 Review URL: https://codereview.chromium.org/1416053008 Cr-Commit-Position: refs/heads/master@{#357505}
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index afbb3aa..28d2719 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -574,6 +574,7 @@ Tiago Vignatti <tiago.vignatti@intel.com>
Tim Ansell <mithro@mithis.com>
Timo Reimann <ttr314@googlemail.com>
Torsten Kurbad <google@tk-webart.de>
+Tomas Popela <tomas.popela@gmail.com>
Trevor Perrin <unsafe@trevp.net>
U. Artie Eoff <ullysses.a.eoff@intel.com>
Umar Hansa <umar.hansa@gmail.com>