From 48a2fb753b8bc7b9fc0af880b24da0d8441ff8fc Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Oct 17 2006 14:22:23 +0000 Subject: - Own LC_TIME locale directories (bug #210751). --- diff --git a/coreutils.spec b/coreutils.spec index 4197fa8..7bd7cc3 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: 5.97 -Release: 12 +Release: 13 License: GPL Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -238,6 +238,7 @@ fi %files -f %{name}.lang %defattr(-,root,root) +%dir %{_datadir}/locale/*/LC_TIME %config(noreplace) %{_sysconfdir}/DIR_COLORS* %config(noreplace) %{_sysconfdir}/profile.d/* %{?!nopam:%config(noreplace) /etc/pam.d/su} @@ -284,6 +285,9 @@ fi /sbin/runuser %changelog +* Tue Oct 17 2006 Tim Waugh 5.97-13 +- Own LC_TIME locale directories (bug #210751). + * Wed Oct 4 2006 Tim Waugh 5.97-12 - Fixed 'cp -Z' when destination exists, again (bug #189967).