rpms/coreutils/devel coreutils-selinux.patch, 1.64, 1.65 coreutils.spec, 1.294, 1.295

Ondrej Vasik ovasik at fedoraproject.org
Sun Dec 27 11:40:37 UTC 2009


Author: ovasik

Update of /cvs/pkgs/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21262

Modified Files:
	coreutils-selinux.patch coreutils.spec 
Log Message:
fix misc/selinux root-only test(#550494)

coreutils-selinux.patch:
 configure.ac       |    7 ++
 man/chcon.x        |    2 
 man/runcon.x       |    2 
 src/chcon.c        |    2 
 src/copy.c         |    2 
 src/copy.h         |    3 +
 src/cp.c           |   39 ++++++++++++-
 src/id.c           |    2 
 src/install.c      |   13 +++-
 src/ls.c           |  159 +++++++++++++++++++++++++++++++++++++++++++----------
 src/mkdir.c        |    1 
 src/mknod.c        |    2 
 src/mv.c           |    1 
 src/runcon.c       |    2 
 src/stat.c         |   81 ++++++++++++++++++---------
 tests/misc/selinux |    2 
 16 files changed, 255 insertions(+), 65 deletions(-)

Index: coreutils-selinux.patch
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils-selinux.patch,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- coreutils-selinux.patch	27 Nov 2009 13:24:09 -0000	1.64
+++ coreutils-selinux.patch	27 Dec 2009 11:40:37 -0000	1.65
@@ -802,7 +802,7 @@ diff -urNp coreutils-8.1-orig/tests/misc
  # inspect that context with both ls -Z and stat.
  for i in d f p; do
 -  c=`ls -dogZ $i|cut -d' ' -f3`; test x$c = x$ctx || fail=1
-+  c=`ls -dogZ $i|cut -d' ' -f5`; test x$c = x$ctx || fail=1
++  c=`ls -dogZ $i|cut -d' ' -f4`; test x$c = x$ctx || fail=1
    c=`stat --printf %C $i`; test x$c = x$ctx || fail=1
  done
  


Index: coreutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -p -r1.294 -r1.295
--- coreutils.spec	19 Dec 2009 08:42:03 -0000	1.294
+++ coreutils.spec	27 Dec 2009 11:40:37 -0000	1.295
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 8.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -331,6 +331,9 @@ fi
 %{_libdir}/coreutils
 
 %changelog
+* Sun Dec 27 2009 Ondrej Vasik <ovasik at redhat.com> - 8.2-5
+- fix misc/selinux root-only test(#550494)
+
 * Sat Dec 19 2009 Ondrej Vasik <ovasik at redhat.com> - 8.2-4
 - bring back uname -p/-i functionality except of the
   athlon hack(#548834)




More information about the fedora-extras-commits mailing list