From 7bec829ba1edb6daba422348c3303a1e19bc396d Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Jan 16 2008 21:43:33 +0000 Subject: added several missing colored TERMs(#239266) --- diff --git a/coreutils-DIR_COLORS b/coreutils-DIR_COLORS index 317c0e0..01f6828 100644 --- a/coreutils-DIR_COLORS +++ b/coreutils-DIR_COLORS @@ -30,13 +30,19 @@ TERM con80x60 TERM cons25 TERM xterm TERM rxvt +TERM rxvt-unicode TERM xterm-color +TERM xterm-16color +TERM xterm-256color +TERM xterm-88color TERM color-xterm TERM vt100 TERM dtterm +TERM eterm-color TERM color_xterm TERM ansi TERM screen +TERM screen-256color TERM screen.linux TERM kon TERM kterm diff --git a/coreutils-DIR_COLORS.xterm b/coreutils-DIR_COLORS.xterm index 3fa9828..7d20036 100644 --- a/coreutils-DIR_COLORS.xterm +++ b/coreutils-DIR_COLORS.xterm @@ -29,7 +29,11 @@ TERM con80x50 TERM con80x60 TERM cons25 TERM xterm +TERM xterm-16color +TERM xterm-88color +TERM xterm-256color TERM rxvt +TERM rxvt-unicode TERM xterm-color TERM color-xterm TERM vt100 diff --git a/coreutils.spec b/coreutils.spec index dad8d70..f5e5007 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: 6.9 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -291,6 +291,11 @@ fi /sbin/runuser %changelog +* Wed Jan 16 2008 Ondrej Vasik - 6.9-17 +- added several missing colored TERMs(including rxvt-unicode, + screen-256color and xterm-256color) to DIR_COLORS and + DIR_COLORS.xterm(#239266) + * Wed Dec 05 2007 Ondrej Vasik - 6.9-16 - fix displaying of security context in stat(#411181)