summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2010-06-24 10:51:03 +0000
committerMartin Stransky <stransky@fedoraproject.org>2010-06-24 10:51:03 +0000
commit4c3c3e64a0e7de269572cc8a8edfd53783028675 (patch)
treec01a80e7af0f178d9bf288ae316ccff8d75c2591 /firefox.spec
parentFixed mozconfig (diff)
downloadlibrewolf-fedora-ff-4c3c3e64a0e7de269572cc8a8edfd53783028675.tar.gz
librewolf-fedora-ff-4c3c3e64a0e7de269572cc8a8edfd53783028675.tar.bz2
librewolf-fedora-ff-4c3c3e64a0e7de269572cc8a8edfd53783028675.zip
- Fixed rhbz#531159 - disable firefox default browser check
- Disabled automatic updates
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index c7a1b6d..fefd8af 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -25,7 +25,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.6.4
-Release: 1%{?prever}%{?dist}
+Release: 2%{?prever}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -48,6 +48,10 @@ Source100: find-external-requires
Patch0: firefox-version.patch
Patch1: mozilla-jemalloc-526152.patch
+# Fedora patches
+Patch10: firefox-disable-checkupdates.patch
+Patch11: firefox-default.patch
+
# Upstream patches
%if %{official_branding}
@@ -95,6 +99,10 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{internal_version}/' %{P:%%PATCH0} \
# For branding specific patches.
%patch1 -p1 -b .526152
+# Fedora patches
+%patch10 -p1 -b .checkupdates
+%patch11 -p2 -b .default
+
%if %{official_branding}
# Required by Mozilla Corporation
@@ -375,6 +383,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Jun 24 2010 Martin Stransky <stransky@redhat.com> - 3.6.4-2
+- Fixed rhbz#531159 - disable firefox default browser check
+- Disabled automatic updates
+
* Wed Jun 23 2010 Jan Horak <jhorak@redhat.com> -3.6.4-1
- Update to 3.6.4
bgstack15