- Fix large file support for temporary files.
This commit is contained in:
parent
4ec767900c
commit
6d39407cbd
@ -19,6 +19,7 @@ Source200: su.pamd
|
|||||||
Source201: runuser.pamd
|
Source201: runuser.pamd
|
||||||
|
|
||||||
# From upstream
|
# From upstream
|
||||||
|
Patch1: coreutils-tempname.patch
|
||||||
|
|
||||||
# Our patches
|
# Our patches
|
||||||
Patch100: coreutils-chgrp.patch
|
Patch100: coreutils-chgrp.patch
|
||||||
@ -76,6 +77,7 @@ rm po/pl.*
|
|||||||
cp %{SOURCE1} po/pl.po
|
cp %{SOURCE1} po/pl.po
|
||||||
|
|
||||||
# From upstream
|
# From upstream
|
||||||
|
%patch1 -p1 -b .tempname
|
||||||
|
|
||||||
# Our patches
|
# Our patches
|
||||||
%patch100 -p1 -b .chgrp
|
%patch100 -p1 -b .chgrp
|
||||||
@ -270,6 +272,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Fix large file support for temporary files.
|
||||||
|
|
||||||
* Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 5.96-3
|
* Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 5.96-3
|
||||||
- Fixed Polish translation.
|
- Fixed Polish translation.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user