rpms/setroubleshoot/devel .cvsignore, 1.36, 1.37 setroubleshoot.init, 1.8, 1.9 setroubleshoot.spec, 1.43, 1.44 sources, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 15 20:52:47 UTC 2006


Author: dwalsh

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore	7 Sep 2006 18:28:36 -0000	1.36
+++ .cvsignore	15 Sep 2006 20:52:45 -0000	1.37
@@ -1 +1 @@
-setroubleshoot-0.42.tar.gz
+setroubleshoot-0.43.tar.gz


Index: setroubleshoot.init
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/setroubleshoot.init,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- setroubleshoot.init	13 Sep 2006 19:12:56 -0000	1.8
+++ setroubleshoot.init	15 Sep 2006 20:52:45 -0000	1.9
@@ -42,7 +42,7 @@
     RETVAL=$?
     echo
     if test $RETVAL = 0 ; then
-        touch /var/lock/subsys/setroubleshoot
+        touch /var/lock/subsys/$prog
     fi
     return $RETVAL
 }
@@ -52,7 +52,7 @@
     killproc $prog
     RETVAL=$?
     echo
-    rm -f /var/lock/subsys/setroubleshoot
+    rm -f /var/lock/subsys/$prog
     return $RETVAL
 }
 
@@ -70,13 +70,13 @@
 }
 
 condrestart(){
-    [ -e /var/lock/subsys/setroubleshoot ] && restart
+    [ -e /var/lock/subsys/$prog ] && restart
     return 0
 }
 
 cleardb(){
     running=0
-    [ -e /var/lock/subsys/setroubleshoot ] && running=1
+    [ -e /var/lock/subsys/$prog ] && running=1
     [ $running == 1 ] && stop
     echo $"Clearing database"
     rm -f /var/lib/setroubleshoot/database.xml


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- setroubleshoot.spec	13 Sep 2006 19:12:56 -0000	1.43
+++ setroubleshoot.spec	15 Sep 2006 20:52:45 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 0.42
-Release: 2
+Version: 0.43
+Release: 1
 License: GPL
 Group: Applications/System
 URL: http://www.redhat.com/ 
@@ -64,9 +64,6 @@
 %find_lang %{name}
 
 %post
-if [ -f /var/lock/subsys/setroubleshootd ]; then
-    mv /var/lock/subsys/setroubleshootd /var/lock/subsys/setroubleshoot
-fi
 [ -f %{pkgvardatadir}/database.xml ] && chmod 644 %{pkgvardatadir}/database.xml
 /usr/bin/update-desktop-database %{_datadir}/applications
 /sbin/chkconfig --add %{name}
@@ -111,8 +108,14 @@
 %{_datadir}/dbus-1/services/sealert.service
 
 %changelog
-* Wed Sep 13 2006 Peter Jones <pjones at redhat.com> - 0.42-2
-- Fix subsystem locking in init script
+* Fri Sep 15 2006 Dan Walsh <dwalsh at redhat.com> - 0.43-1
+- Fix mail handling 
+	* fix bugs related to recording per user per signature filtering
+- John Dennis  <jdennis at redhat.com>
+	* fix bugs related to recording per user per signature filtering
+- Karl MacMillan <kmacmill at redhat.com>
+	* Add signal handling to client and server.
+	* Fix minor plugin bugs.
 
 * Thu Sep 7 2006 Dan Walsh <dwalsh at redhat.com> - 0.42-1
 - Karl MacMillan


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources	7 Sep 2006 18:28:36 -0000	1.40
+++ sources	15 Sep 2006 20:52:45 -0000	1.41
@@ -1 +1 @@
-b285f1a739d4b33671ebc13d4cca0e25  setroubleshoot-0.42.tar.gz
+0f843f5e39c2637e6280727d14a7b3ca  setroubleshoot-0.43.tar.gz




More information about the fedora-cvs-commits mailing list