- Back-ported rename patch (bug #205744).

This commit is contained in:
Tim Waugh 2006-09-28 12:27:32 +00:00
parent 4f838729ae
commit c53f2309e1

View File

@ -1,7 +1,7 @@
Summary: The GNU core utilities: a set of tools commonly used in shell scripts Summary: The GNU core utilities: a set of tools commonly used in shell scripts
Name: coreutils Name: coreutils
Version: 5.97 Version: 5.97
Release: 10 Release: 11
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/ Url: http://www.gnu.org/software/coreutils/
@ -21,6 +21,7 @@ Source203: runuser-l.pamd
# From upstream # From upstream
Patch1: coreutils-sort-compatibility.patch Patch1: coreutils-sort-compatibility.patch
Patch2: coreutils-rename.patch
Patch10: coreutils-newhashes.patch Patch10: coreutils-newhashes.patch
# Our patches # Our patches
@ -80,6 +81,7 @@ the old GNU fileutils, sh-utils, and textutils packages.
# From upstream # From upstream
%patch1 -p1 -b .sort-compatibility %patch1 -p1 -b .sort-compatibility
%patch2 -p1 -b .rename
%patch10 -p1 -b .newhashes %patch10 -p1 -b .newhashes
# Our patches # Our patches
@ -282,6 +284,9 @@ fi
/sbin/runuser /sbin/runuser
%changelog %changelog
* Thu Sep 28 2006 Tim Waugh <twaugh@redhat.com> 5.97-11
- Back-ported rename patch (bug #205744).
* Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com> 5.97-10 * Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com> 5.97-10
- Ignore 'cifs' filesystems for 'df -l' (bug #183703). - Ignore 'cifs' filesystems for 'df -l' (bug #183703).
- Include -g/-G in runuser man page (part of bug #199344). - Include -g/-G in runuser man page (part of bug #199344).