- Fix permission on icons

- Add man pages for setroubleshoot and sedispatch
- Fix desktop file Resolves: #594352
This commit is contained in:
Daniel J Walsh 2010-05-21 13:48:21 +00:00
parent b37993d2bf
commit 02ab20fd83
3 changed files with 15 additions and 9 deletions

View File

@ -91,3 +91,4 @@ setroubleshoot-2.2.82.tar.gz
setroubleshoot-2.2.83.tar.gz
setroubleshoot-2.2.84.tar.gz
setroubleshoot-2.2.85.tar.gz
setroubleshoot-2.2.86.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 2.2.85
Version: 2.2.86
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -30,15 +30,8 @@ Requires: notify-python
%{?fc8:Requires: selinux-policy-base >= 3.0.7-10}
%{?fc11:Requires: selinux-policy-base >= 3.6.12-48}
%if 0%{?fedora}
BuildRequires: xdg-utils
Requires: xdg-utils
%endif
%if 0%{?rhel}
BuildRequires: htmlview
Requires: htmlview
%endif
%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
@ -198,6 +191,8 @@ rm -rf %{buildroot}
%ghost %attr(0600,root,root) %{pkgdatabase}
%ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
%{_mandir}/man8/sealert.8.gz
%{_mandir}/man8/sedispatch.8.gz
%{_mandir}/man8/setroubleshootd.8.gz
/etc/audisp/plugins.d/sedispatch.conf
%{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service
@ -214,6 +209,16 @@ Setroubleshoot documentation package
%doc %{pkgdocdir}
%changelog
* Tue May 18 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.86-1
- Fix permission on icons
- Add man pages for setroubleshoot and sedispatch
- Fix desktop file
Resolves: #594352
* Tue May 18 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.85-2
- Remove build requires for htmlview
Resolves: #593313
* Fri May 14 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.85-1
- Fix browser crash on bad current alert

View File

@ -1 +1 @@
5cb8b729888c084e27d9fdf379396b3b setroubleshoot-2.2.85.tar.gz
5cdd4a97ae3e4d680c42e70759dbd512 setroubleshoot-2.2.86.tar.gz