auto-import setroubleshoot-1.0-1 on branch devel from

setroubleshoot-1.0-1.src.rpm
This commit is contained in:
Daniel J Walsh 2006-10-03 19:45:06 +00:00
parent a22a66e6f3
commit 6cb864cef6
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
setroubleshoot-0.49.tar.gz
setroubleshoot-1.0.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 0.49
Version: 1.0
Release: 1
License: GPL
Group: Applications/System
@ -67,7 +67,7 @@ touch %{buildroot}%{pkgvardatadir}/database.xml
[ -f %{pkgvardatadir}/database.xml ] && chmod 644 %{pkgvardatadir}/database.xml
/usr/bin/update-desktop-database %{_datadir}/applications
/sbin/chkconfig --add %{name}
/sbin/service %{name} condrestart >/dev/null 2>&1
/sbin/service %{name} condrestart >/dev/null 2>&1 || :
%preun
if [ $1 = 0 ]; then
@ -104,6 +104,14 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/services/sealert.service
%changelog
* Tue Oct 3 2006 Dan Walsh <dwalsh@redhat.com> - 1.0-1
- Release of first version
- Fix icon
- John Dennis <jdennis@redhat.com>
* Memory leak fixes
* Substitution fixes
* File names in hex fixes
* Fri Sep 29 2006 Dan Walsh <dwalsh@redhat.com> - 0.48-1
- Sealert only notify dropped connection once
- setroubleshoot shutdown cleanly

View File

@ -1 +1 @@
8bda69223fcc8c3919be4616bb495236 setroubleshoot-0.49.tar.gz
b838ebafd4d61d855a2d8411b275e96a setroubleshoot-1.0.tar.gz