rpms/coreutils/devel coreutils-selinux.patch, 1.17, 1.18 coreutils.spec, 1.105, 1.106

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 23 13:26:39 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21005

Modified Files:
	coreutils-selinux.patch coreutils.spec 
Log Message:
* Mon Jan 23 2006 Tim Waugh <twaugh at redhat.com>
- Fixed chcon(1) bug reporting address (bug #178523).


coreutils-selinux.patch:
 README             |    4 
 config.hin         |   27 +--
 configure.ac       |    7 
 man/Makefile.am    |    4 
 man/Makefile.in    |   56 +++----
 man/chcon.1        |   64 ++++++++
 man/chcon.x        |    4 
 man/cp.1           |    5 
 man/dir.1          |   14 +
 man/id.1           |    3 
 man/install.1      |    5 
 man/ls.1           |   14 +
 man/mkdir.1        |    2 
 man/mkfifo.1       |    3 
 man/mknod.1        |    3 
 man/runcon.1       |   43 +++++
 man/runcon.x       |   14 +
 man/stat.1         |    6 
 man/vdir.1         |   14 +
 src/Makefile.am    |   23 +-
 src/chcon.c        |  421 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/copy.c         |   49 ++++++
 src/copy.h         |    3 
 src/cp.c           |   64 +++++++-
 src/id.c           |   68 ++++++++
 src/install.c      |   99 ++++++++++++
 src/ls.c           |  309 ++++++++++++++++++++++++++++++++++----
 src/mkdir.c        |   30 +++
 src/mkfifo.c       |   29 +++
 src/mknod.c        |   30 +++
 src/mv.c           |   12 +
 src/runcon.c       |  253 +++++++++++++++++++++++++++++++
 src/stat.c         |  142 ++++++++++++++---
 tests/help-version |    4 
 34 files changed, 1704 insertions(+), 124 deletions(-)

Index: coreutils-selinux.patch
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils-selinux.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- coreutils-selinux.patch	27 Oct 2005 15:05:08 -0000	1.17
+++ coreutils-selinux.patch	23 Jan 2006 13:26:36 -0000	1.18
@@ -2747,7 +2747,7 @@
 +\fB\-\-version\fR
 +output version information and exit
 +.SH "REPORTING BUGS"
-+Report bugs to <email at host.com>.
++Report bugs to <https://bugzilla.redhat.com/bugzilla>.
 +.SH "SEE ALSO"
 +The full documentation for
 +.B chcon


Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- coreutils.spec	5 Jan 2006 15:32:52 -0000	1.105
+++ coreutils.spec	23 Jan 2006 13:26:36 -0000	1.106
@@ -261,6 +261,9 @@
 /sbin/runuser
 
 %changelog
+* Mon Jan 23 2006 Tim Waugh <twaugh at redhat.com>
+- Fixed chcon(1) bug reporting address (bug #178523).
+
 * Thu Jan  5 2006 Tim Waugh <twaugh at redhat.com> 5.93-7
 - Don't suppress chown/chgrp errors in install(1) (bug #176708).
 




More information about the fedora-cvs-commits mailing list