Use /var/tmp by default for writing large tmp files, rhbz#1060324
- http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
This commit is contained in:
parent
a4389e76fa
commit
5a3996114f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gtk-recordmydesktop
|
||||
Version: 0.3.8
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: GUI Desktop session recorder with audio and video
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -31,6 +31,8 @@ exposes the program functionality in a usable way.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Use /var/tmp by default
|
||||
sed -i -e 's@"/tmp"@"/var/tmp"@' src/rmdConfig.*
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -62,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pixmaps/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 03 2015 Mat Booth <mat.booth@redhat.com> - 0.3.8-12
|
||||
- Use /var/tmp by default for writing large tmp files, rhbz#1060324
|
||||
- http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user