diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 14 |
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 |