rpms/sectool/devel sectool-0.9.2-man_files.patch, NONE, 1.1 sectool.spec, 1.23, 1.24

Jakub Hrozek jhrozek at fedoraproject.org
Thu Dec 4 12:56:55 UTC 2008


Author: jhrozek

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

Modified Files:
	sectool.spec 
Added Files:
	sectool-0.9.2-man_files.patch 
Log Message:
Apply mbarabas' manpage patch

sectool-0.9.2-man_files.patch:

--- NEW FILE sectool-0.9.2-man_files.patch ---
diff -up sectool-0.9.2/src/sectool.8.man_files sectool-0.9.2/src/sectool.8
--- sectool-0.9.2/src/sectool.8.man_files	2008-09-10 11:44:31.000000000 +0200
+++ sectool-0.9.2/src/sectool.8	2008-12-02 09:50:18.000000000 +0100
@@ -156,6 +156,24 @@ The configuration file is stored in /etc
 
         sectool --level 5 --mail admin at mydomain.com
 
+.SH FILES
+.
+.TP
+/etc/sectool/sectool.conf
+Configuration file
+.
+.TP
+/etc/sectool/tests
+Test directory with description files ( .dsc files )
+.
+.TP
+/etc/share/sectool/tests
+Test directory with source files
+.
+.TP
+/var/log/sectool.log
+Log file, where sectool stores output from tests
+.
 .SH BUGS
 Of course there are no bugs. If you still believe you have found one, please include a session with debug information turned on (option 
 .B --debug).


Index: sectool.spec
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/sectool.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sectool.spec	1 Dec 2008 20:23:47 -0000	1.23
+++ sectool.spec	4 Dec 2008 12:56:25 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
 Version: 0.9.1
-Release: 6
+Release: 7
 URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart
 Source0: %{name}-%{version}.tar.bz2
 Source1: sectool.log
@@ -10,6 +10,7 @@
 Patch3: sectool-0.9.1-getValueFromH.patch
 Patch4: sectool-0.9.1-selinux.patch
 Patch5: sectool-0.9.1-zsh.patch
+Patch6: sectool-0.9.2-man_files.patch
 License: GPLv2+
 Group: Applications/System
 Requires: gettext coreutils which libselinux
@@ -42,6 +43,7 @@
 %patch3 -p1 -b .getValueFromH
 %patch4 -p1 -b .selinux
 %patch5 -p1 -b .zsh
+%patch6 -p1 -b .man_files
 
 %build
 make %{?_smp_mflags}
@@ -107,6 +109,9 @@
 
 
 %changelog
+* Thu Dec  4 2008 Jakub Hrozek <jhrozek at redhat.com> - 0.9.1-7
+- apply mbarabas' manpage patch
+
 * Mon Dec  1 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.9.1-6
 - Include /usr/share/pixmaps/sectool directory in -gui package.
 




More information about the fedora-extras-commits mailing list