From 54e1a9db714f5ca1389fba8454d66622884beb10 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Aug 01 2008 07:59:47 +0000 Subject: removed CAPABILITY color from DIR_COLORS --- diff --git a/coreutils-DIR_COLORS b/coreutils-DIR_COLORS index 892a514..0583c2f 100644 --- a/coreutils-DIR_COLORS +++ b/coreutils-DIR_COLORS @@ -83,7 +83,6 @@ ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file MISSING 01;05;37;41 # ... and the files they point to SETUID 37;41 # file that is setuid (u+s) SETGID 30;43 # file that is setgid (g+s) -CAPABILITY 30;41 # file with capability STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable diff --git a/coreutils-DIR_COLORS.256color b/coreutils-DIR_COLORS.256color index 3c5c1c7..896667e 100644 --- a/coreutils-DIR_COLORS.256color +++ b/coreutils-DIR_COLORS.256color @@ -62,7 +62,6 @@ ORPHAN 01;48;5;232;38;5;9 # symlink to nonexistent file, or non-stat'able file MISSING 01;05;48;5;232;38;5;15 # ... and the files they point to SETUID 48;5;196;38;5;15 # file that is setuid (u+s) SETGID 48;5;11;38;5;16 # file that is setgid (g+s) -CAPABILITY 48;5;196;38;5;226 # file with capability STICKY_OTHER_WRITABLE 48;5;10;38;5;16 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 48;5;10;38;5;21 # dir that is other-writable (o+w) and not sticky STICKY 48;5;21;38;5;15 # dir with the sticky bit set (+t) and not other-writable diff --git a/coreutils-DIR_COLORS.xterm b/coreutils-DIR_COLORS.xterm index f791f4b..0aa54d2 100644 --- a/coreutils-DIR_COLORS.xterm +++ b/coreutils-DIR_COLORS.xterm @@ -65,7 +65,6 @@ ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file MISSING 01;05;37;41 # ... and the files they point to SETUID 37;41 # file that is setuid (u+s) SETGID 30;43 # file that is setgid (g+s) -CAPABILITY 30;41 # file with capability STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable diff --git a/coreutils.spec b/coreutils.spec index fd340f6..5307783 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.10 -Release: 29%{?dist} +Release: 30%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -334,6 +334,9 @@ fi /sbin/runuser %changelog +* Fri Aug 01 2008 Kamil Dudka - 6.10-30 +- removed CAPABILITY color from DIR_COLORS + * Fri Aug 01 2008 Kamil Dudka - 6.10-29 - disabled last patch ls-libcap which broke tcsh (#457342)