Fixed rhbz#1161110 - /usr/bin/firefox should not mess with TMPDIR

This commit is contained in:
Martin Stransky 2014-11-10 09:11:41 +01:00
parent e0dccae91a
commit f8f8f90381
2 changed files with 4 additions and 9 deletions

View File

@ -142,14 +142,6 @@ export FONTCONFIG_PATH
GNOME_DISABLE_CRASH_DIALOG=1
export GNOME_DISABLE_CRASH_DIALOG
##
## Use $TMPDIR if set. Otherwise use /var/tmp instead of /tmp
## because of 1GB /tmp limit in Fedora 18 and later.
## See: https://bugzilla.redhat.com/show_bug.cgi?id=867073
##
TMPDIR="${TMPDIR:-/var/tmp}"
export TMPDIR
# OK, here's where all the real work gets done

View File

@ -113,7 +113,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 33.0
Release: 4%{?pre_tag}%{?dist}
Release: 5%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -771,6 +771,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Mon Nov 10 2014 Martin Stransky <stransky@redhat.com> - 33.0-5
- Fixed rhbz#1161110 - /usr/bin/firefox should not mess with TMPDIR
* Tue Nov 4 2014 Martin Stransky <stransky@redhat.com> - 33.0-4
- Do not use system libjpeg-turbo on rawhide