[firefox] Fixed rhbz#988363 - firefox-redhat-default-prefs.js is not used

Martin Stransky stransky at fedoraproject.org
Thu Jul 25 12:12:29 UTC 2013


commit 5d828fceb1bc84b8f4a9cea178b61f8833cd666b
Author: Martin Stransky <stransky at redhat.com>
Date:   Thu Jul 25 14:13:06 2013 +0200

    Fixed rhbz#988363 - firefox-redhat-default-prefs.js is not used

 firefox.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index 8ef25f7..a06847d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -59,7 +59,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        22.0
-Release:        2%{?pre_tag}%{?dist}
+Release:        3%{?pre_tag}%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -233,7 +233,7 @@ cd %{tarballdir}
 # This sed call "replaces" firefox.js with all-redhat.js, newline, and itself (&)
 # having the net effect of prepending all-redhat.js above firefox.js
 %{__sed} -i -e\
-    's|@BINPATH@/@PREF_DIR@/firefox.js|@BINPATH@/@PREF_DIR@/all-redhat.js\n&|' \
+    's|@BINPATH@/browser/@PREF_DIR@/firefox.js|@BINPATH@/browser/@PREF_DIR@/all-redhat.js\n&|' \
     browser/installer/package-manifest.in
 
 # set up our default bookmarks
@@ -431,6 +431,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Jul 25 2013 Martin Stransky <stransky at redhat.com> - 22.0-3
+- Fixed rhbz#988363 - firefox-redhat-default-prefs.js is not used
+
 * Fri Jun 28 2013 Jan Horak <jhorak at redhat.com> - 22.0-2
 - Fixed crashreporter for third arch
 


More information about the scm-commits mailing list