auto-import setroubleshoot-1.0-1 on branch devel from
setroubleshoot-1.0-1.src.rpm
This commit is contained in:
parent
a22a66e6f3
commit
6cb864cef6
@ -1 +1 @@
|
||||
setroubleshoot-0.49.tar.gz
|
||||
setroubleshoot-1.0.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user