rpms/coreutils/devel coreutils-selinux.patch, 1.41, 1.42 coreutils.spec, 1.197, 1.198

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Mar 6 12:21:42 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/coreutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13481

Modified Files:
	coreutils-selinux.patch coreutils.spec 
Log Message:
fixed broken order of params in stat(#435669)

coreutils-selinux.patch:

Index: coreutils-selinux.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-selinux.patch,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- coreutils-selinux.patch	18 Feb 2008 14:37:04 -0000	1.41
+++ coreutils-selinux.patch	6 Mar 2008 12:21:32 -0000	1.42
@@ -1099,7 +1099,7 @@
  /* 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;
  


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- coreutils.spec	4 Mar 2008 12:04:31 -0000	1.197
+++ coreutils.spec	6 Mar 2008 12:21:32 -0000	1.198
@@ -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 @@
 /sbin/runuser
 
 %changelog
+* Thu Mar  6 2008 Ondrej Vasik <ovasik at redhat.com> - 6.10-11
+- fixed broken order of params in stat(#435669)
+
 * Tue Mar  4 2008 Ondrej Vasik <ovasik at redhat.com> - 6.10-10
 - colorls.csh missing doublequotes (#435789)
 - fixed possibility to localize verbose outputs




More information about the fedora-extras-commits mailing list