rpms/coreutils/F-9 coreutils-selinux.patch, 1.44, 1.45 coreutils.spec, 1.212, 1.213

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Mon Jun 16 15:32:40 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/coreutils/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19651

Modified Files:
	coreutils-selinux.patch coreutils.spec 
Log Message:
print verbose output of chcon with newline after each message (#451478)

coreutils-selinux.patch:

Index: coreutils-selinux.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-9/coreutils-selinux.patch,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- coreutils-selinux.patch	9 Jun 2008 14:34:33 -0000	1.44
+++ coreutils-selinux.patch	16 Jun 2008 15:31:50 -0000	1.45
@@ -240,6 +240,23 @@
  .TP
  \fB\-\-help\fR
  display this help and exit
+diff -urNp coreutils-6.12-orig/src/chcon.c coreutils-6.12/src/chcon.c
+--- coreutils-6.12-orig/src/chcon.c	2008-05-26 08:40:32.000000000 +0200
++++ coreutils-6.12/src/chcon.c	2008-06-16 14:43:24.000000000 +0200
+@@ -302,9 +302,11 @@ process_file (FTS *fts, FTSENT *ent)
+ 
+   if (ok)
+     {
+-      if (verbose)
+-	printf (_("changing security context of %s"),
++      if (verbose) {
++	printf (_("changing security context of %s"),
+ 		quote (file_full_name));
++	putchar ('\n');
++     }
+ 
+       if (change_file_context (fts->fts_cwd_fd, file) != 0)
+ 	ok = false;
 diff -urp coreutils-6.10-orig/src/copy.c coreutils-6.10/src/copy.c
 --- coreutils-6.10-orig/src/copy.c	2008-01-05 23:59:11.000000000 +0100
 +++ coreutils-6.10/src/copy.c	2008-01-25 17:23:17.000000000 +0100


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-9/coreutils.spec,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- coreutils.spec	9 Jun 2008 14:34:33 -0000	1.212
+++ coreutils.spec	16 Jun 2008 15:31:50 -0000	1.213
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.10
-Release: 25%{?dist}
+Release: 26%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -321,6 +321,10 @@
 /sbin/runuser
 
 %changelog
+* Mon Jun 16 2008 Ondrej Vasik <ovasik at redhat.com> - 6.10-26
+- print verbose output of chcon with newline after each 
+  message (#451478)
+
 * Mon Jun 09 2008 Ondrej Vasik <ovasik at redhat.com> - 6.10-25
 - modified memory leak fix (upstream patch)
 - fixed segfault in ls -lZ(#449866)




More information about the fedora-extras-commits mailing list