summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-02-07 18:22:22 -0800
committerChristopher Aillon <caillon@redhat.com>2011-02-07 18:22:22 -0800
commit90c267f298fd2c6abd646376593f5ce5caa694e1 (patch)
tree4e34b56a192029bf1c82b4f3e973fe227e5aae1b /firefox.spec
parentRemove some crufty commented out code (diff)
downloadlibrewolf-fedora-ff-90c267f298fd2c6abd646376593f5ce5caa694e1.tar.gz
librewolf-fedora-ff-90c267f298fd2c6abd646376593f5ce5caa694e1.tar.bz2
librewolf-fedora-ff-90c267f298fd2c6abd646376593f5ce5caa694e1.zip
Bring back the default browser check
but we don't want the default of '/usr/lib{,64}/firefox-XYZ/firefox %s' change it to be simply 'firefox %s'
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index f9f5363..2753e28 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -33,7 +33,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.13%{?prever}%{?dist}
+Release: 0.14%{?prever}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -106,7 +106,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{internal_version}/' %{P:%%PATCH0} \
# For branding specific patches.
# Fedora patches
-%patch11 -p2 -b .default
+%patch11 -p1 -b .default
%if %{official_branding}
# Required by Mozilla Corporation
@@ -379,6 +379,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Feb 07 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.14b10
+- Bring back the default browser check
+
* Tue Jan 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.13b10
- Firefox 4.0 Beta 10
bgstack15