auto-import setroubleshoot-0.43-1 on branch devel from
setroubleshoot-0.43-1.src.rpm
This commit is contained in:
parent
e56f10fca8
commit
e514218c8a
@ -1 +1 @@
|
||||
setroubleshoot-0.42.tar.gz
|
||||
setroubleshoot-0.43.tar.gz
|
||||
|
@ -42,7 +42,7 @@ start(){
|
||||
RETVAL=$?
|
||||
echo
|
||||
if test $RETVAL = 0 ; then
|
||||
touch /var/lock/subsys/setroubleshoot
|
||||
touch /var/lock/subsys/$prog
|
||||
fi
|
||||
return $RETVAL
|
||||
}
|
||||
@ -52,7 +52,7 @@ stop(){
|
||||
killproc $prog
|
||||
RETVAL=$?
|
||||
echo
|
||||
rm -f /var/lock/subsys/setroubleshoot
|
||||
rm -f /var/lock/subsys/$prog
|
||||
return $RETVAL
|
||||
}
|
||||
|
||||
@ -70,13 +70,13 @@ restart(){
|
||||
}
|
||||
|
||||
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
|
||||
|
@ -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 @@ touch %{buildroot}%{pkgvardatadir}/database.xml
|
||||
%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 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/dbus-1/services/sealert.service
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2006 Peter Jones <pjones@redhat.com> - 0.42-2
|
||||
- Fix subsystem locking in init script
|
||||
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> - 0.43-1
|
||||
- Fix mail handling
|
||||
* fix bugs related to recording per user per signature filtering
|
||||
- John Dennis <jdennis@redhat.com>
|
||||
* fix bugs related to recording per user per signature filtering
|
||||
- Karl MacMillan <kmacmill@redhat.com>
|
||||
* Add signal handling to client and server.
|
||||
* Fix minor plugin bugs.
|
||||
|
||||
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> - 0.42-1
|
||||
- Karl MacMillan
|
||||
|
Loading…
Reference in New Issue
Block a user