rpms/coreutils/devel coreutils-selinux.patch, 1.46, 1.47 coreutils.spec, 1.218, 1.219

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Mon Jun 16 14:51:05 UTC 2008


Author: ovasik

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

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/devel/coreutils-selinux.patch,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- coreutils-selinux.patch	4 Jun 2008 17:56:55 -0000	1.46
+++ coreutils-selinux.patch	16 Jun 2008 14:50:18 -0000	1.47
@@ -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/devel/coreutils.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- coreutils.spec	6 Jun 2008 14:12:16 -0000	1.218
+++ coreutils.spec	16 Jun 2008 14:50:18 -0000	1.219
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.12
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -312,6 +312,10 @@
 /sbin/runuser
 
 %changelog
+* Mon Jun 16 2008 Ondrej Vasik <ovasik at redhat.com> - 6.12-4
+- print verbose output of chcon with newline after each 
+  message (#451478)
+
 * Fri Jun 06 2008 Ondrej Vasik <ovasik at redhat.com> - 6.12-3
 - workaround for koji failures(#449910, #442352) now 
   preserves timestamps correctly - fallback to supported




More information about the fedora-extras-commits mailing list