added several missing colored TERMs(#239266)

This commit is contained in:
Ondrej Vasik 2008-01-16 21:43:33 +00:00
parent 60e9267535
commit 7bec829ba1
3 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <ovasik@redhat.com> - 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 <ovasik@redhat.com> - 6.9-16
- fix displaying of security context in stat(#411181)