From f0deff4c0d91132faf96013988d824f943b2581f Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Sep 18 2009 07:19:28 +0000 Subject: fixed typo in DIR_COLORS.256color causing no color for multihardlink (thanks P.Brady) --- diff --git a/coreutils-DIR_COLORS.256color b/coreutils-DIR_COLORS.256color index 71d8e24..b9ba1d0 100644 --- a/coreutils-DIR_COLORS.256color +++ b/coreutils-DIR_COLORS.256color @@ -55,7 +55,7 @@ RESET 0 # reset to "normal" color DIR 01;38;5;27 # directory LINK 01;38;5;51 # symbolic link (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) -MULTIHARDLINK 44;38;5;15; # regular file with more than one link +MULTIHARDLINK 44;38;5;15 # regular file with more than one link FIFO 40;38;5;11 # pipe SOCK 01;38;5;13 # socket DOOR 01;38;5;5 # door diff --git a/coreutils.spec b/coreutils.spec index 98da451..90eadd4 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: 7.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -327,6 +327,10 @@ fi %{_libdir}/coreutils %changelog +* Fri Sep 18 2009 Ondrej Vasik - 7.6-3 +- fixed typo in DIR_COLORS.256color causing no color for + multihardlink + * Wed Sep 16 2009 Ondrej Vasik - 7.6-2 - fix copying of extended attributes for read only source files