From db6584f51f69c4b8d53b4b239c83e366eee63bb5 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 16 Jun 2005 10:59:11 +0000 Subject: [PATCH] - Don't display the sign-extended part of the host id (bug #160078). --- coreutils.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coreutils.spec b/coreutils.spec index d9e83e0..25f1408 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -44,6 +44,7 @@ Patch909: coreutils-zh_CN.patch Patch910: coreutils-gcc4.patch Patch911: coreutils-brokentest.patch Patch912: coreutils-overflow.patch +Patch913: coreutils-no-sign-extend.patch # From upstream Patch920: coreutils-dateseconds.patch @@ -108,6 +109,7 @@ the old GNU fileutils, sh-utils, and textutils packages. %patch910 -p1 -b .gcc4 %patch911 -p1 -b .brokentest %patch912 -p1 -b .overflow +%patch913 -p1 -b .no-sign-extend # From upstream %patch920 -p1 -b .dateseconds @@ -250,6 +252,9 @@ fi /sbin/runuser %changelog +* Thu Jun 16 2005 Tim Waugh +- Don't display the sign-extended part of the host id (bug #160078). + * Tue May 31 2005 Dan Walsh 5.2.1-49 - Eliminate bogus "can not preserve context" message when moving files.