rpms/mcstrans/devel mcstrans-0.3.1-man.patch, NONE, 1.1 mcstrans.spec, 1.44, 1.45

Daniel J Walsh dwalsh at fedoraproject.org
Fri Oct 16 13:52:10 UTC 2009


Author: dwalsh

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

Modified Files:
	mcstrans.spec 
Added Files:
	mcstrans-0.3.1-man.patch 
Log Message:
* Thu Oct 16 2009 Dan Walsh <dwalsh at redhat.com> 0.3.1-4
- Add mcstransd man page


mcstrans-0.3.1-man.patch:
 mcstransd.8 |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

--- NEW FILE mcstrans-0.3.1-man.patch ---
diff -up mcstrans-0.3.1/man/man8/mcstransd.8.man mcstrans-0.3.1/man/man8/mcstransd.8
--- mcstrans-0.3.1/man/man8/mcstransd.8.man	2009-10-16 09:50:45.000000000 -0400
+++ mcstrans-0.3.1/man/man8/mcstransd.8	2009-10-16 09:48:28.000000000 -0400
@@ -0,0 +1,25 @@
+.TH "mcstransd" "8" "16 Oct 2009" "dwalsh at redhat.com" "mcs documentation"
+.SH "NAME"
+mcstransd \- MCS (Multiple Category System) daemon.  Translates SELinux MCS/MLS labels to human readable form.
+
+.SH "SYNOPSIS"
+.B mcstransd 
+.P
+
+.SH "DESCRIPTION"
+This manual page describes the
+.BR mcstransd
+program.
+.P
+This daemon reads /etc/selinux/{SELINUXTYPE}/setrans.conf configuration file, and communicates with libselinux via a socket in /var/run/setrans.
+
+.SH "AUTHOR"
+This man page was written by Dan Walsh <dwalsh at redhat.com>.
+The program was originally written by Dan Walsh <dwalsh at redhat.com>.
+The program was enhanced/rwwritten by Joe Nall <joe at nall.com>.
+
+.SH "FILES"
+/etc/selinux/{SELINUXTYPE}/setrans.conf 
+
+.SH "SEE ALSO"
+.BR mcs (8),


Index: mcstrans.spec
===================================================================
RCS file: /cvs/extras/rpms/mcstrans/devel/mcstrans.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- mcstrans.spec	17 Sep 2009 09:44:36 -0000	1.44
+++ mcstrans.spec	16 Oct 2009 13:52:08 -0000	1.45
@@ -1,7 +1,7 @@
 Summary: SELinux Translation Daemon
 Name: mcstrans
 Version: 0.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL+
 Group: System Environment/Daemons
 Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz
@@ -14,6 +14,7 @@ Requires(post):/sbin/chkconfig /sbin/ser
 Provides: setransd
 Provides: libsetrans
 Patch: mcstrans-0.3.1-init.patch
+Patch1: mcstrans-0.3.1-man.patch
 Obsoletes: libsetrans
 
 %description
@@ -32,7 +33,8 @@ from internal representations to user de
 
 %prep
 %setup -q
-%patch -p1 
+%patch -p1 -b .init
+%patch1 -p1 -b .man
 
 %build
 make clean
@@ -73,6 +75,7 @@ fi
 %files
 %defattr(-,root,root,0755)
 %{_mandir}/man8/mcs.8.gz
+%{_mandir}/man8/mcstransd.8.gz
 /sbin/mcstransd
 %{_sysconfdir}/rc.d/init.d/mcstrans
 %dir %{_sysconfdir}/selinux/mls/setrans.d
@@ -88,6 +91,9 @@ fi
 %{_usr}/share/mcstrans/util/*
 
 %changelog
+* Thu Oct 16 2009 Dan Walsh <dwalsh at redhat.com> 0.3.1-4
+- Add mcstransd man page
+
 * Thu Sep 17 2009 Miroslav Grepl <mgrepl at redhat.com> 0.3.1-3
 - Fix init script
 




More information about the fedora-extras-commits mailing list