From 2d216393738498a13214ebbe8f23bac8b9e0cae6 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sep 24 2004 10:08:20 +0000 Subject: - chown(1) patch from Ulrich Drepper. --- diff --git a/coreutils.spec b/coreutils.spec index ca6b74d..b2257f8 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -4,7 +4,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 5.2.1 -Release: 24 +Release: 25 License: GPL Group: System Environment/Base Url: ftp://alpha.gnu.org/gnu/coreutils/ @@ -43,6 +43,7 @@ Patch800: coreutils-i18n.patch Patch904: coreutils-5.0-allow_old_options.patch Patch905: coreutils-jday.patch +Patch906: coreutils-fchown.patch # From upstream Patch920: coreutils-dateseconds.patch @@ -102,6 +103,7 @@ the old GNU fileutils, sh-utils, and textutils packages. # Coreutils %patch904 -p1 -b .allow_old_options %patch905 -p1 -b .jday +%patch906 -p1 -b .fchown # From upstream %patch920 -p1 -b .dateseconds @@ -244,6 +246,9 @@ fi %_sbindir/chroot %changelog +* Fri Sep 24 2004 Tim Waugh 5.2.1-25 +- chown(1) patch from Ulrich Drepper. + * Tue Sep 14 2004 Tim Waugh 5.2.1-24 - SELinux patch fix: don't display '(null)' if getfilecon() fails (bug #131196).