- Checking for policy version was going into infinite loop

This commit is contained in:
Daniel J Walsh 2010-06-18 15:06:50 +00:00
parent 2b4c3af615
commit d242209b13
3 changed files with 75 additions and 13 deletions

View File

@ -83,3 +83,14 @@ setroubleshoot-2.2.73.tar.gz
setroubleshoot-2.2.74.tar.gz
setroubleshoot-2.2.75.tar.gz
setroubleshoot-2.2.76.tar.gz
setroubleshoot-2.2.77.tar.gz
setroubleshoot-2.2.79.tar.gz
setroubleshoot-2.2.80.tar.gz
setroubleshoot-2.2.81.tar.gz
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
setroubleshoot-2.2.87.tar.gz
setroubleshoot-2.2.88.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 2.2.76
Version: 2.2.88
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -22,7 +22,7 @@ Requires: polkit
Requires: yum
Requires: gnome-python2-gnomekeyring
Requires(post): /usr/bin/update-desktop-database
Requires(post): dbus libpcap
Requires(post): dbus
Requires(postun): /usr/bin/update-desktop-database
Requires(postun): dbus
Requires: notify-python
@ -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)")
@ -79,13 +72,13 @@ to user preference. The same tools can be run on existing log files.
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%post
/usr/bin/update-desktop-database %{_datadir}/applications
/usr/bin/update-desktop-database %{_datadir}/applications 2> /dev/null
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
%postun
/usr/bin/update-desktop-database %{_datadir}/applications
/usr/bin/update-desktop-database %{_datadir}/applications 2> /dev/null
touch --no-create %{_datadir}/icons/hicolor
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@ -187,7 +180,9 @@ rm -rf %{buildroot}
%{pkgpythondir}/sesearch/__init__.py*
%{pkgpythondir}/sesearch/_sesearch.so
%{pkgpythondir}/default_encoding_utf8.so
%{pkgdatadir}
%dir %{pkgdatadir}
%{pkgdatadir}/SetroubleshootFixit.py*
%{pkgdatadir}/updater.py*
%config %{pkgconfigdir}/%{name}.cfg
%dir %{pkglogdir}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
@ -197,6 +192,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
@ -213,6 +210,60 @@ Setroubleshoot documentation package
%doc %{pkgdocdir}
%changelog
* Tue Jun 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.88-1
- Checking for policy version was going into infinite loop
* Tue Jun 8 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.87-1
- Update po
- Add Thomas Liu patch with lots of fixes.
- Make startup faster
* 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
* Wed May 12 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.84-1
- Remove Fedora Icon from bug reporting dialog
* Tue May 11 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.83-1
- Fixed crash on newer policy
- Update po
Resolves: #575686
* Mon May 10 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.82-1
- Redirect update-desktop-database to /dev/null
- Fix icon listing in desktop file
- Update po
* Thu May 6 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.81-1
- Fix icons
- Update po
* Wed May 5 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.79-1
- Change icons
* Wed Apr 28 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.78-1
- Fix man page to document sealert -f
- Update po
Resolves: #586699
* Mon Apr 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.77-2
- Remove /usr/share/setroubleshoot from -server package
Resolves: #552922
* Mon Apr 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.77-1
- Fix report_button handling
- Update po
* Wed Apr 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.76-1
- Fix handling of exceptions

View File

@ -1 +1 @@
0549f28920fb3657828dac76d2ea6d46 setroubleshoot-2.2.76.tar.gz
187d6ad53f62c7acb9655e26a993078f setroubleshoot-2.2.88.tar.gz