From e1ef7777fb1a9e655ab3ebfec0417c059e3aff0f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 16 May 2006 15:28:13 +0000 Subject: [PATCH] - Upstream patch to fix cp -p when proc is not mounted (bug #190601). --- coreutils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coreutils.spec b/coreutils.spec index c3181a1..fb1e8f4 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -43,6 +43,7 @@ Patch908: coreutils-getgrouplist.patch Patch912: coreutils-overflow.patch Patch913: coreutils-afs.patch Patch914: coreutils-tee.patch +Patch915: coreutils-proc.patch #SELINUX Patch Patch950: coreutils-selinux.patch @@ -96,6 +97,7 @@ the old GNU fileutils, sh-utils, and textutils packages. %patch912 -p1 -b .overflow %patch913 -p1 -b .afs %patch914 -p1 -b .tee +%patch915 -p1 -b .proc #SELinux %patch950 -p1 -b .selinux @@ -265,6 +267,7 @@ fi %changelog * Tue May 16 2006 Tim Waugh 5.95-3 +- Upstream patch to fix cp -p when proc is not mounted (bug #190601). - BuildRequires libacl-devel. * Mon May 15 2006 Tim Waugh