diff --git a/coreutils-DIR_COLORS b/coreutils-DIR_COLORS index 5a41e99..9c182c8 100644 --- a/coreutils-DIR_COLORS +++ b/coreutils-DIR_COLORS @@ -240,5 +240,7 @@ EXEC 01;32 .xml 00;33 .epub 00;33 .abw 00;33 +.htm 00;33 .html 00;33 +.shtml 00;33 .wpd 00;33 diff --git a/coreutils-DIR_COLORS.256color b/coreutils-DIR_COLORS.256color index ddff4ac..1037dd5 100644 --- a/coreutils-DIR_COLORS.256color +++ b/coreutils-DIR_COLORS.256color @@ -213,5 +213,7 @@ EXEC 38;5;34 .xml 00;33 .epub 00;33 .abw 00;33 +.htm 00;33 .html 00;33 +.shtml 00;33 .wpd 00;33 diff --git a/coreutils-DIR_COLORS.lightbgcolor b/coreutils-DIR_COLORS.lightbgcolor index e2c05da..4456a8c 100644 --- a/coreutils-DIR_COLORS.lightbgcolor +++ b/coreutils-DIR_COLORS.lightbgcolor @@ -216,5 +216,7 @@ EXEC 00;32 .xml 00;33 .epub 00;33 .abw 00;33 +.htm 00;33 .html 00;33 +.shtml 00;33 .wpd 00;33 diff --git a/coreutils.spec b/coreutils.spec index 7e0976e..e574ded 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 8.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -416,6 +416,10 @@ fi %{?!norunuser:%{_sbindir}/runuser} %changelog +* Fri May 04 2012 Ondrej Vasik 8.16-3 +- add .htm and .shtml to colorized DIR_COLORS document + type (#817218) + * Mon Apr 16 2012 Ondrej Vasik 8.16-2 - fix the tcsh colorls.csh behaviour in non-interactive mode (#804604)