firefox.sh fix (#553184)
This commit is contained in:
parent
505794d883
commit
6b3c95cdd2
@ -38,7 +38,7 @@ cmdname=`basename $0`
|
||||
##
|
||||
MOZ_ARCH=$(uname -m)
|
||||
case $MOZ_ARCH in
|
||||
x86_64 | ia64 | s390 )
|
||||
x86_64 | s390x | sparc64)
|
||||
MOZ_LIB_DIR="/usr/lib64"
|
||||
SECONDARY_LIB_DIR="/usr/lib"
|
||||
;;
|
||||
|
@ -20,7 +20,7 @@
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 3.6.1
|
||||
Release: 0.8.%{?prever}%{?dist}
|
||||
Release: 0.9.%{?prever}%{?dist}
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -346,6 +346,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Jan 7 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.9.b4
|
||||
- firefox.sh fixes (error messages, #553184)
|
||||
|
||||
* Tue Jan 5 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.8.b4
|
||||
- Removed MOZ_LOCAL_LANGPACKS from browser launcher script (#284011)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user