From 1ecd64d1575a5e134fcc7c630ddfe82b806c5fcc Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mar 06 2008 12:21:32 +0000 Subject: fixed broken order of params in stat(#435669) --- diff --git a/coreutils-selinux.patch b/coreutils-selinux.patch index d77f6de..02d0671 100644 --- a/coreutils-selinux.patch +++ b/coreutils-selinux.patch @@ -1099,7 +1099,7 @@ diff -urp coreutils-6.10-orig/src/stat.c coreutils-6.10/src/stat.c /* stat the file and print what we find */ static bool -do_stat (char const *filename, bool terse, char const *format) -+do_stat (char const *filename, bool secure , bool terse, char const *format) ++do_stat (char const *filename, bool terse, bool secure, char const *format) { struct stat statbuf; diff --git a/coreutils.spec b/coreutils.spec index c45e490..368a5bd 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: 10%{?dist} +Release: 11%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -293,6 +293,9 @@ fi /sbin/runuser %changelog +* Thu Mar 6 2008 Ondrej Vasik - 6.10-11 +- fixed broken order of params in stat(#435669) + * Tue Mar 4 2008 Ondrej Vasik - 6.10-10 - colorls.csh missing doublequotes (#435789) - fixed possibility to localize verbose outputs