From 8e7e298890a97a7a8bdc4575b981e685557bb3dc Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 12 Sep 2006 10:38:16 +0000 Subject: [PATCH] - Ignore 'cifs' filesystems for 'df -l' (bug #183703). --- coreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 4ea959b..995947a 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -27,6 +27,7 @@ Patch10: coreutils-newhashes.patch Patch100: coreutils-chgrp.patch Patch107: fileutils-4.1.10-timestyle.patch Patch182: coreutils-acl.patch +Patch183: coreutils-df-cifs.patch # sh-utils Patch703: sh-utils-2.0.11-dateman.patch @@ -85,6 +86,7 @@ the old GNU fileutils, sh-utils, and textutils packages. %patch100 -p1 -b .chgrp %patch107 -p1 -b .timestyle %patch182 -p1 -b .acl +%patch183 -p1 -b .df-cifs # sh-utils %patch703 -p1 -b .dateman @@ -280,7 +282,8 @@ fi /sbin/runuser %changelog -* Mon Sep 11 2006 Tim Waugh +* Tue Sep 12 2006 Tim Waugh +- Ignore 'cifs' filesystems for 'df -l' (bug #183703). - Include -g/-G in runuser man page (part of bug #199344). - Corrected runuser man page (bug #200620).