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

View File

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