rpms/setroubleshoot/devel .cvsignore, 1.12, 1.13 setroubleshoot.init, 1.3, 1.4 setroubleshoot.spec, 1.16, 1.17 sources, 1.14, 1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Aug 6 00:22:34 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/setroubleshoot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25537/devel

Modified Files:
	.cvsignore setroubleshoot.init setroubleshoot.spec sources 
Log Message:
auto-import setroubleshoot-0.17-1 on branch devel from setroubleshoot-0.17-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	28 Jul 2006 04:28:33 -0000	1.12
+++ .cvsignore	6 Aug 2006 00:22:32 -0000	1.13
@@ -1 +1 @@
-setroubleshoot-0.16.tar.gz
+setroubleshoot-0.17.tar.gz


Index: setroubleshoot.init
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/setroubleshoot.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- setroubleshoot.init	27 Jul 2006 14:28:34 -0000	1.3
+++ setroubleshoot.init	6 Aug 2006 00:22:32 -0000	1.4
@@ -24,6 +24,10 @@
 # Source function library.
 . /etc/init.d/functions
 
+
+# Silently exit is SELinux is not enabled
+[ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled || exit 0
+
 # Check that we are root ... so non-root users stop here
 test `id -u` = 0  || exit 4
 


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- setroubleshoot.spec	28 Jul 2006 04:28:33 -0000	1.16
+++ setroubleshoot.spec	6 Aug 2006 00:22:32 -0000	1.17
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 0.16
+Version: 0.17
 Release: 1
 License: GPL
 Group: Applications/System
@@ -24,7 +24,7 @@
 %define pkglogdir     %{_localstatedir}/log/%{name}
 %define auditlibdir   %{_libdir}/audit
 
-Requires: audit-libs-python
+Requires: audit-libs-python >= 1.2.5-6
 Requires: libselinux >= 1.30.15-1
 Requires: pygtk2 >= 2.9.2
 Requires: notify-python
@@ -94,6 +94,46 @@
 %{_datadir}/pixmaps/*png
 
 %changelog
+
+* Wed Aug 2 2006 Dan Walsh <dwalsh at redhat.com> - 0.17-1
+- John Dennis  <jdennis at redhat.com>
+
+	* add ability fo serialize to/from xml for classes which can
+	inititialized from strings and serialized as strings (e.g. numbers,
+	TimeStamps, etc.)
+	* add count of how many times a signature is reported, the date
+	when first and last reported, add columns for report count and
+	last date count to browser.
+	* checkpoint browser code, list pane and detail pane now working.
+	* add initial support for browser applet, move some functions which
+	kept getting reused to util.py
+	* add reporting of environment to email alert (email alerts still
+	need work)
+
+- Dan Walsh <dwalsh at redhat.com>
+
+	* Fix disable_trans.py set_boolean call
+	* Complete all boolean plugins except disable
+	* Change interface to use audit unix domain socket
+
+
+* Mon Jul 28 2006 Dan Walsh <dwalsh at redhat.com> - 0.16-1
+- John Dennis  <jdennis at redhat.com>
+	* modify SetFilter in server to return errors instead of
+	throwing an exception. Default the filter list on each alert display.
+	* minor tweaks to alert queue handling
+	* fix analyze() parameter list in ftp_is_daemon.py plugin
+	* sealert now responds to pending alerts more correctly, it shows
+	how many pending alerts are in the queue, if you filter the pending
+	alert status is updated, the next alert button will advance you
+	to the next alert in the queue
+	* simplify major pieces of sealert by coalescing common code
+	into subroutines.
+- Dan Walsh <dwalsh at redhat.com>
+	* Complete all boolean plugins except disable
+	* Make Close button work.
+	* Make setroubleshoot_dispatcher exit if it gets an avc about itself
+
 * Mon Jul 26 2006 Dan Walsh <dwalsh at redhat.com> - 0.15-1
 -  Karl MacMillan 
 	* Add generic templating mechanism to Plugin


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	28 Jul 2006 04:28:33 -0000	1.14
+++ sources	6 Aug 2006 00:22:32 -0000	1.15
@@ -1 +1 @@
-a0fd9b48fb28c7ee9c841fe66abaabe2  setroubleshoot-0.16.tar.gz
+63837eef5bd2809e7151d89f74b0ec35  setroubleshoot-0.17.tar.gz




More information about the fedora-cvs-commits mailing list