From 5873d0b4e0ab166d6e134d655915e8afa1927008 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mon, 11 Feb 2008 14:46:16 +0000 Subject: [PATCH] Mark sh/csh colorls shellscripts as config(#432154) --- coreutils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index de320d3..ab07aaf 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: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -245,7 +245,7 @@ fi %defattr(-,root,root,-) %dir %{_datadir}/locale/*/LC_TIME %config(noreplace) %{_sysconfdir}/DIR_COLORS* -%{_sysconfdir}/profile.d/* +%config %{_sysconfdir}/profile.d/* %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su} %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su-l} %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser} @@ -291,6 +291,10 @@ fi /sbin/runuser %changelog +* Mon Feb 11 2008 Ondrej Vasik - 6.10-7 +- keep old csh/sh usermodified colorls shell scripts + but use the new ones(#432154) + * Thu Feb 7 2008 Ondrej Vasik - 6.10-6 - better 256-color support in colorls shell scripts - color tuning(based on feedback in #429121)