From c53f2309e1b008559babe359aed8ba27eec3fa46 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 28 Sep 2006 12:27:32 +0000 Subject: [PATCH] - Back-ported rename patch (bug #205744). --- coreutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index e89f2c1..b4ecd39 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 5.97 -Release: 10 +Release: 11 License: GPL Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -21,6 +21,7 @@ Source203: runuser-l.pamd # From upstream Patch1: coreutils-sort-compatibility.patch +Patch2: coreutils-rename.patch Patch10: coreutils-newhashes.patch # Our patches @@ -80,6 +81,7 @@ the old GNU fileutils, sh-utils, and textutils packages. # From upstream %patch1 -p1 -b .sort-compatibility +%patch2 -p1 -b .rename %patch10 -p1 -b .newhashes # Our patches @@ -282,6 +284,9 @@ fi /sbin/runuser %changelog +* Thu Sep 28 2006 Tim Waugh 5.97-11 +- Back-ported rename patch (bug #205744). + * Tue Sep 12 2006 Tim Waugh 5.97-10 - Ignore 'cifs' filesystems for 'df -l' (bug #183703). - Include -g/-G in runuser man page (part of bug #199344).