From 90c267f298fd2c6abd646376593f5ce5caa694e1 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 7 Feb 2011 18:22:22 -0800 Subject: 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' --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'firefox.spec') 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 - 4.0-0.14b10 +- Bring back the default browser check + * Tue Jan 25 2011 Christopher Aillon - 4.0-0.13b10 - Firefox 4.0 Beta 10 -- cgit