added several missing colored TERMs(#239266)
This commit is contained in:
parent
60e9267535
commit
7bec829ba1
@ -30,13 +30,19 @@ TERM con80x60
|
|||||||
TERM cons25
|
TERM cons25
|
||||||
TERM xterm
|
TERM xterm
|
||||||
TERM rxvt
|
TERM rxvt
|
||||||
|
TERM rxvt-unicode
|
||||||
TERM xterm-color
|
TERM xterm-color
|
||||||
|
TERM xterm-16color
|
||||||
|
TERM xterm-256color
|
||||||
|
TERM xterm-88color
|
||||||
TERM color-xterm
|
TERM color-xterm
|
||||||
TERM vt100
|
TERM vt100
|
||||||
TERM dtterm
|
TERM dtterm
|
||||||
|
TERM eterm-color
|
||||||
TERM color_xterm
|
TERM color_xterm
|
||||||
TERM ansi
|
TERM ansi
|
||||||
TERM screen
|
TERM screen
|
||||||
|
TERM screen-256color
|
||||||
TERM screen.linux
|
TERM screen.linux
|
||||||
TERM kon
|
TERM kon
|
||||||
TERM kterm
|
TERM kterm
|
||||||
|
@ -29,7 +29,11 @@ TERM con80x50
|
|||||||
TERM con80x60
|
TERM con80x60
|
||||||
TERM cons25
|
TERM cons25
|
||||||
TERM xterm
|
TERM xterm
|
||||||
|
TERM xterm-16color
|
||||||
|
TERM xterm-88color
|
||||||
|
TERM xterm-256color
|
||||||
TERM rxvt
|
TERM rxvt
|
||||||
|
TERM rxvt-unicode
|
||||||
TERM xterm-color
|
TERM xterm-color
|
||||||
TERM color-xterm
|
TERM color-xterm
|
||||||
TERM vt100
|
TERM vt100
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 6.9
|
Version: 6.9
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -291,6 +291,11 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-16
|
||||||
- fix displaying of security context in stat(#411181)
|
- fix displaying of security context in stat(#411181)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user