rpms/libselinux/devel libselinux-rhat.patch, 1.201, 1.202 libselinux.spec, 1.384, 1.385

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jan 18 21:44:51 UTC 2010


Author: dwalsh

Update of /cvs/extras/rpms/libselinux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21432

Modified Files:
	libselinux-rhat.patch libselinux.spec 
Log Message:
* Mon Jan 18 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.90-3
- Fix man page for selinuxdefcon


libselinux-rhat.patch:
 man/man8/selinuxconlist.8 |   18 ++++++++++++++++++
 man/man8/selinuxdefcon.8  |   24 ++++++++++++++++++++++++
 src/callbacks.c           |    1 +
 src/init.c                |    4 +++-
 src/matchpathcon.c        |    3 ++-
 5 files changed, 48 insertions(+), 2 deletions(-)

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -r1.201 -r1.202
--- libselinux-rhat.patch	4 Jan 2010 22:17:31 -0000	1.201
+++ libselinux-rhat.patch	18 Jan 2010 21:44:50 -0000	1.202
@@ -22,18 +22,18 @@ diff --exclude-from=exclude -N -u -r nsa
 +secon(8), selinuxdefcon(8)
 diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxdefcon.8 libselinux-2.0.90/man/man8/selinuxdefcon.8
 --- nsalibselinux/man/man8/selinuxdefcon.8	1969-12-31 19:00:00.000000000 -0500
-+++ libselinux-2.0.90/man/man8/selinuxdefcon.8	2010-01-04 17:14:21.000000000 -0500
++++ libselinux-2.0.90/man/man8/selinuxdefcon.8	2010-01-18 11:06:24.000000000 -0500
 @@ -0,0 +1,24 @@
 +.TH "selinuxdefcon" "1" "7 May 2008" "dwalsh at redhat.com" "SELinux Command Line documentation"
 +.SH "NAME"
 +selinuxdefcon \- report default SELinux context for user 
 +
 +.SH "SYNOPSIS"
-+.B selinuxdefcon [-l level] user [fromcon]
++.B selinuxdefcon [-l level] user fromcon
 +
 +.SH "DESCRIPTION"
 +.B selinuxdefcon
-+reports the default context for the specified user from current context or specified context
++reports the default context for the specified user from the specified context
 +
 +.B \-l level
 +mcs/mls level
@@ -61,7 +61,7 @@ diff --exclude-from=exclude -N -u -r nsa
  	va_end(ap);
 diff --exclude-from=exclude -N -u -r nsalibselinux/src/init.c libselinux-2.0.90/src/init.c
 --- nsalibselinux/src/init.c	2009-07-14 11:16:03.000000000 -0400
-+++ libselinux-2.0.90/src/init.c	2010-01-04 17:14:56.000000000 -0500
++++ libselinux-2.0.90/src/init.c	2010-01-15 11:25:24.000000000 -0500
 @@ -59,8 +59,10 @@
  	}
  	fclose(fp);


Index: libselinux.spec
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -p -r1.384 -r1.385
--- libselinux.spec	4 Jan 2010 22:17:33 -0000	1.384
+++ libselinux.spec	18 Jan 2010 21:44:51 -0000	1.385
@@ -5,7 +5,7 @@
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 2.0.90
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
@@ -166,7 +166,10 @@ exit 0
 %{ruby_sitearch}/selinux.so
 
 %changelog
-* Mon Jam 4 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.90-2
+* Mon Jan 18 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.90-3
+- Fix man page for selinuxdefcon
+
+* Mon Jan 4 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.90-2
 - Free memory on disabled selinux boxes
 
 * Tue Dec 1 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.90-1



More information about the scm-commits mailing list